/* Presentation Stylesheet */ 


h4, h3 {
 margin:0; 
 padding: 0px 0;
 }
 /* Chad's stuff here */ 
 
 
a:link{
color: #99FF00;
text-decoration: none;
}
a:visited{
color: #CCFF33;
text-decoration: none;
} 
a:hover{
color: #336600;
text-decoration: none;
background-color: #99FF00;
}

a:active{
color: #FFffff;
text-decoration: none;

}
body{
font-family: Arial Rounded MT Bold, Arial, Helvetica;
background-color: #003300;
color: rgb(0,0,0);
margin: 0 0 0 0;
}

p.listcat{
color: #336600;
font-size:14pt;
font-weight: bold;
margin-bottom: -15px;

}

p.bodytext{
font-family: Verdana, Arial, Helvetica;

color: #CCFF99;
font-size:9pt;
font-weight: 100;
}
p.listitem{
color: #CCFF99;
font-size:12pt;
font-weight: 900;
margin-bottom: -12px;
}