/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(204,204,153); text-decoration: none ;}
 A:link { color: rgb(255,255,0); text-decoration: none ;}
 A:visited { color: rgb(255,255,0); text-decoration: none ;}
 A { text-decoration: none ;}
 .TextNavBar { font-size: small; color: rgb(0,0,0);}
 A:hover { color: rgb(255,153,51); text-decoration: none ;}
 
