/* CSS definition file containing sitestyle stylesheets */
BODY { background-color: rgb(0,24,24); background-image: url("../assets/images/bg-2010.gif"); background-repeat: repeat-y; background-position: top;}
 A:active { color: rgb(255,204,0);}
 A:link { color: rgb(255,204,0);}
 A:visited { color: rgb(255,204,0);}
 H1 { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 24px; color: rgb(255,255,0); text-align: center;}
 H2 { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 16px; color: rgb(255,255,0);}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: 12px; color: rgb(255,255,0);}
 A:hover { color: rgb(255,255,255); text-decoration: none ; background-color: rgb(0,153,255);}
 
