/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(255,255,51);}
 A:link { color: rgb(255,255,51);}
 A:visited { color: rgb(255,255,204);}
 A { color: rgb(255,255,51);}
 .TextNavBar { font-size: medium; color: rgb(255,255,51); background-color: transparent; padding: 3pt; border-left-style: none; border-top-style: none; border-right-style: none; border-bottom-style: none;}
 A:hover { color: rgb(255,0,0);}
 
