/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(204,153,0);}
 A:link { color: rgb(51,0,153);}
 A:hover { color: rgb(204,0,0);}
 A:visited { color: rgb(153,0,204);}
 A { color: rgb(51,0,153); font-weight: bold; text-decoration: underline;}
 