body
{
background-color:#d1d0c9;
color:#000000;
font-family: "Verdana", sans-serif;
}
A:link {color : #2C318B; font-weight : normal; text-decoration : underline; background : none;}

A:visited {color : #2C318B; font-weight : normal; text-decoration : underline; background : none;}

A:hover {color : #ffffff; font-weight : normal; text-decoration : underline; background : #2C318B;}

A:active {color : #2C318B; font-weight : normal; text-decoration : none; background : none;}
header
{
  margin-left: auto ;
  margin-right: auto ;
  width: 1006px;
}

h1 {color:#2C318B; text-transform:uppercase; font-size:14pt; }
h2 {background-color:#2C318B; color:white; text-transform:uppercase; font-size:14pt; text-align: center;}
h3 {color:#FFFF00; text-transform:uppercase; font-size:14pt; text-align: center;}
.nav ul {list-style:none; margin:0; padding:0}
.nav li {float:left; width:164px; background-color:white; text-align:center;
         border-right:0px solid black; position:relative;
         height:30px; line-height:30px; color: black; text-transform:uppercase;}
.nav li ul li {float:none; width:170px; text-align:left; padding-left:5px;
         border-top:1px solid black;  border-left:1px solid black;  border-right:1px solid black; height:12px; line-height:12px; text-transform:none; font-size:7pt;}

.nav a {text-decoration:none; color:black;}
.nav a:hover {text-decoration:none; color:black; background: none;}
.nav li ul {position:absolute; top:30px; left:0; visibility:hidden;}
.nav li:hover ul {visibility:visible;}

.nav li:hover {background-color:#FFFF19;}
.bad a {color : #FFFF19; }
.pixie {font-size:10pt;}
.copy {font-size:9pt; text-align:center;}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
.rad
{
border-radius: 15px;
padding:15px;
background-color:#ffffff;
cell-padding:15px;
}

.bad
{
border-radius: 15px;
padding:15px;
background-color:#555555;
cell-padding:15px;
color: white;
}