/* CSS definition file containing site wide stylesheets */
BODY { color: rgb(0,0,102);}
 UL { font-size: small; color: rgb(0,0,102); font-weight: bold;}
 H1 { color: rgb(0,0,102);}
 .TextObject { color: rgb(0,0,102);}
 P { color: rgb(0,0,102);}
 A:hover { color: rgb(255,0,0); text-decoration: underline; font-variant: normal;}
 
