  A:link {
	font-family : "Times New Roman";
    font-size : 12pt;
    color : #FF0000;
	text-decoration: none;
    }

  A:visited {
	font-family : "Times New Roman";
    font-size : 12pt;
    color : #FF0000;
	text-decoration: none;
    }

  A:hover { 
	font-family : "Times New Roman"; 
    font-size : 12pt;
    color : #FF0000;
   	text-decoration: underline;          
	}