body
{
color: white;
background-color: black;
font-family: Helvetica, Arial, sans-serif;
line-height: 110%;
}

a:link {color: #BBC;}
a:visited {color: #BBC;}
a:hover {color: #FF0;}
a:active {color: #FF0;background-color: green;}

table.nav
{
width:99%;
border-style: none;
padding: 0px;
}

table.title
{
width: 100%;
padding: 0px;
border-collapse: collapse;
background-color: #005;
}

table.title td 
{
border: 3px inset #808080;
padding: 10px 5px 10px 5px;
}

td.title
{
font-size: 24px;
}

td.pages
{
font-weight: bold;
text-align: center;
}

p.images
{
text-align: center;
font-style: italic;
font-size: 95%;
padding: 0.5em 0em 0.5em 0em;
word-spacing: 20px;
}

p.images img{
border: 2px solid silver;
margin: 0px;
width: 300px;
}

p.images img.vertical{
height: 300px;
width: auto;
}

p.images img.panorama{
width: 600px;
height: auto;
}

p.images span
{
word-spacing: normal;
display: block;
}

