/* CSS definition file containing sitestyle stylesheets */
BODY { font-size: 10px; color: rgb(255,255,255); background-color: rgb(51,102,102); background-image: url("./assets/images/body_bg.gif");}
 A:active { color: rgb(153,153,255);}
 A:link { color: rgb(204,204,204);}
 A:visited { color: rgb(255,153,102);}
 A:hover { color: rgb(255,255,255);}
 
