/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(0,0,255);}
 A:link { color: rgb(0,0,255);}
 A:visited { color: rgb(128,128,191);}
 A:hover { color: rgb(0,255,0);}
 
