body
{
 margin-left: 10%;
 margin-right: 10%;
 background-color: black;
 color: white;
 font-family: sans-serif;
}

a:link
{
 color: #999999;
}

a:visited
{
 color: #666666;
}

h1
{
 text-align: center;
}

h2
{
 font-weight: bold;
 font-size: medium;
}

div.header,div.full
{
 clear: both;
}

div.float_text
{
 text-align: left;
 float: left;
 max-width: 50%;
}

div.right_image
{
 float: right;
 min-width: 50%;
 text-align: right;
 font-style: italic;
 font-family: serif;
}

div.left_image
{
 float: left;
 min-width: 50%;
 text-align: left;
 font-style: italic;
 font-family: serif;
}

div.center_image
{
 text-align: center;
}

div.footer
{
 clear: both;
}

p.end_quote
{
 clear: left;
 font-style: italic;
 text-align: right;
 font-family: serif;
}

li.header
{
 list-style-type: none;
 text-transform: uppercase;
 font-weight: bold;
}

li
{
 margin-bottom: 3px;
}

table.image_grp
{
 border-style: solid;
 border-color: #999999;
 border-width: 2px;
 width: 100%
}

td.image
{
 border-style: solid;
 border-color: #999999;
 border-width: 1px;
 text-align: center;
 vertical-align: middle;
 padding: 8px;
}

td.comment
{
 border-style: solid;
 border-color: #999999;
 border-width: 1px;
 text-align: left;
 padding: 8px;
}

td.image_only
{
 border-style: solid;
 border-color: #999999;
 border-width: 1px;
 text-align: center;
 vertical-align: middle;
 padding: 8px;
 width: 50%
}