body
{
 text-align: center;
 font-family: Tahoma, Helvetica, Arial, sans-serif
}

#container
{
 width: 700px;
 text-align: left;
 margin: 10px auto;
}

#header
{
 background-color: #CCCCCC;
 border-bottom: 1px solid gray;
}

#footer
{
 clear: both;
 background-color: #CCCCCC;
 border-top: 1px solid gray;
}

#nav
{
 float: left;
 width: 200px;
 margin: 10px 0 0 0;
 padding: 5px;
}

#content
{
 margin-left: 225px;
 border-left: 1px solid gray;
 padding: 5px;
}

#bigpic
{
 width: 800px;
 margin: auto;
}

#writings
{
 font-size: 11pt;
}

ul
{
 list-style-type: square;
}

li
{
 margin-bottom: 7px;
}

img.border
{
 border: 1px solid black;
}

a img
{
 border: 0;
}

a.img
{
 border: 1px solid white;
}

a.img:hover
{
 border: 1px solid blue;
}

a:visited
{
 color: blue;
}

a.head
{
 color: black;
 text-decoration: none;
}

a.head:visited
{
 color: black;
}

a.head:hover
{
 font-weight: bold;
}

a.nav
{
 text-decoration: none;
}

a.nav:hover
{
 text-decoration: underline;
}

td
{
 text-align: center;
}

td.caption
{
 font-size: 10pt;
 font-weight: bold;
}