

/*  default link colors  */
a:link {color:maroon;text-decoration:underline;}
a:visited{color:navy;text-decoration:underline;}
A:hover {color:white;text-decoration:none;background-color:navy;}
/*Following Links Light NavBar*/
#SMALLFONT
   {
   color:navy;
   background-color:white;
   font-size: 10px;
   font-family:sans-serif;
   font-style:normal;
   font-weight:100;
   }
#SMALLFONT A:link {color:navy;text-decoration:underline;}
#SMALLFONT A:visited {color:maroon;text-decoration:underline;}
#SMALLFONT A:hover {color:#ffffff;text-decoration:none;background:navy;}

