/* CSS Document */

a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
		  }
a:visited { font-family: Verdana;
	        font-size: 12px;
	        font-style: normal;
	        line-height: normal;
	        font-variant: normal; 
            color: #0099FF; 
            text-decoration: none; 
			 }
a:hover { font-family: Verdana;
	      font-size: 12px;
	      font-style: normal;
	      line-height: normal;
	      font-variant: normal; 
          color: #FF0000;
		  text-decoration: none;          
		   }
		   
