/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(204,204,51); background-color: rgb(159,127,46);}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(0,255,0); text-decoration: none ;}
 A:visited { color: rgb(255,204,0); text-decoration: none ;}
 A:hover { color: rgb(255,255,0); text-decoration: none ;}
 