body
{
background-color: black;
color: white;
}

/* font definitions */
h1
{
font-size:8pt;
font-family:Tahoma, Arial, sans-serif;
font-weight:normal;
color:yellow;
}

p
{
font-size: 8pt;
font-family:Tahoma, Arial, sans-serif;
font-weight:normal;
color:white;
}

#noFlash
/* warning message that flash/javascript are not active */
{
font-size: 10pt;
font-family:Tahoma, Arial, sans-serif;
font-weight:bold;
color:white;
}

#nonFlash
/* warning message that you're looking at the non-flash version of the site */
{
font-size: 10pt;
font-family:Tahoma, Arial, sans-serif;
font-weight:normal;
color:white;
}

/*link definitions */
a:link
{
color: #66FF00;
}

a:visited
{
color: #FFFF00;
}

a:active
{
color: #FF0000
}
