/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Arial,sans-serif; font-size: small; background-color: rgb(204,204,153); background-image: url("./background.JPG");}
 A:active { color: rgb(0,0,255);}
 A:link { color: rgb(0,0,204);}
 A:visited { color: rgb(255,0,0);}
 A:hover { color: rgb(0,0,204);}
 
