/* The style rules for nsra2007.com site wide */
/* last updated Nov 24, 2004 */

a:link {
   font-weight : bold;
   color : blue;
   text-decoration : underline;
} 

a:visited {
   font-weight : bold;
   color : blue;
   text-decoration : underline;
}

a:active {
   font-weight : bold;
   color : yellow;
   text-decoration : underline;
}

a:hover {
   font-weight : bold;
   color : red;
   text-decoration : underline;

