/* CSS definition file containing site wide stylesheets */
A:active { color: rgb(255,0,0);}
 P { color: rgb(0,0,0);}
 LI { color: rgb(255,255,255);}
 A { color: rgb(0,51,204); text-decoration: none ;}
 A:hover { color: rgb(255,0,0); font-weight: bold; text-decoration: none ;}
 