/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(255,255,255); background-color: rgb(15,61,112); background-image: url("./assets/images/body_bg.gif"); background-repeat: repeat-x;}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(255,0,0);}
 A:visited { color: rgb(0,153,255);}
 OL { color: rgb(0,0,0);}
 A:hover { color: rgb(255,255,0);}
 
