﻿body {
background-color:#999966; 
color:#000000;
}

A:link { text-decoration: none; color:#ffffcc }
A:visited { text-decoration: none; color:#ffffcc }
A:hover { text-decoration: underline; color:#ffffcc }

.title
{
    color:#003333;
    font-family:Brush Script MT; 
    font-size: 2em;
    font-weight: bold;
}

.list
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    margin-left:25px;
}

.sublist
{
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: none;
     display: block;
}

.thumbs
{
    width: 450px;
    font-size:10pt;
}

.thumb
{
    margin-left:15px;
}
.thumbleft
{
    float:left;
}

.thumbright
{
    float:right;
}