@charset "utf-8";
/* CSS Document */


h1,h2,h3,h4
{
font-family: comic sans ms, arial, sans serif;
text-align: center;
text-decoration: none; 
}

p,table,li,
{
font-family: comic sans ms, arial, sans serif; 
margin-left: 20pt;
}

body
{
background-color: #000000
}

p,li,th,td
{
font-size: 75%;
}

h1
{
color: #0099FF
}

h2,hr
{
color: #FF9933;
}

h3
{
color: #FF9933
}

h4
{
color: #FF9933
}



a:link {
color: #FF9933; text-decoration:none; font-family:Comic Sans MS;
} 

a:visited {
color: #FF9933; text-decoration:none; font-family:Comic Sans MS;
} 

a:hover {
color: #99FF66;
}




