
a:link {
   color           : #FFFFFF;
   background      : transparent;
   text-decoration : none;
}
a:visited {
   color           : #FFFFFF;
   background      : transparent;
   text-decoration : none;
}
a:hover {
   color           : #FFFF33;
   background      : transparent;
   text-decoration : underline;
}
a:active {
   color           : #FFFF33;
   background      : transparent;
   text-decoration : none;
}

a.nav:link {
      color           : rgb(0,65,148);
      background      : transparent;
      text-decoration : none;
}

a.nav:visited {
      color           : rgb(0,65,148);
      background      : transparent;
      text-decoration : none;
}
a.nav:hover {
      color           : rgb(204,0,0);
      background      : transparent;
      text-decoration : underline;
}
a.nav:active {
      color           : rgb(204,0,0);
      background      : transparent;
      text-decoration : none;
}

 
.text	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: normal
		color: #004191;
		font-style: normal;
		font-weight: normal;
		font-variant: normal}
		}

td.topic {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
                background-color: #009966;
}
