body
{
background-color: #ccccff;
background-image: url("background.gif");
color: #000000;
}
p,table,h1,ul,ol
{
font-family: "verdana", "trebuchet ms", "arial", sans-serif;
}
p,ul,ol
{
font-size: 83%;
font-weight: 500;
}
h1
{
font-size: 100%;
font-weight: 600;
text-align: center;
background-color: #ccccff;
border: solid #000000;
border-width: 1px;
padding: 5px;
color: #000000;
}
img
{
border-style: none
}
.menu
{
background-color: #ccccff;
border: solid #000000;
border-width: 1px;
padding: 5px;
text-align: center;
color: #000000;
}
.menu2
{
background-color: #ff9999;
border: solid #000000;
border-width: 1px;
padding: 5px;
text-align: center;
color: #000000;
}
h2
{
font-family: "comic sans ms", "arial", sans-serif;
font-size: 125%;
text-align: center;
background-color: #ccccff;
border: solid #000000;
border-width: 1px;
padding: 5px;
font-weight: 300;
color: #000000;
}
.small
{
font-size: 70%;
font-weight: 500;
background-color: #ccccff;
border: solid #000000;
border-width: 1px;
padding: 5px;
text-align: center;
color: #000000;
}
.center
{
text-align: center;
padding: 3px;
}
.centerbg
{
text-align: center;
padding: 3px;
}
.justify
{
text-align: justify;
padding: 3px;
}
#left {
margin:0px 150px 10px 10px;
}
#right {
position:absolute;
top:70px;
right:10px;
width:130px;
}
a:link {color: #0000FF; background-color: transparent;}
a:visited {color: #800080; background-color: transparent;}
a:hover {color: #FF0000; background-color: transparent;}
a:active {color: #FF0000; background-color: transparent;}
.menu span
{
display: none;
}
.menu a:hover span
{
display: block; position: absolute; top: 0%; right: 170px; width: 125px; padding: 5px; color: #000000; background: #ff9999; border: solid #000000; border-width: 2px;
}
.menu a:hover span.bottom 
{
top: 85%;
}
ul,ol
{
list-style-type: none; margin: 0px; line-height: 150%;
}
.oldbrowser
{
display: none;
}
.inline
{
display: inline;
}
/* The following CSS is required for IE to display the CSS 'popups', because IE sucks, but it causes redraw problems in Opera, which doesn't suck, so I've commented it out, and IE users can just do without. Upgrade your browser, fools! */ 
/* .menu a:hover {display: inline;} */