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