a:link {
	text-decoration: none;
     	font-size: 14px;
    	font-weight: normal;
   	font-family: Times New Roman, Times, Arial, Helvetica, sans-serif;
    	color: #FF6600;
	}
	
a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
  	font-family: Times New Roman, Times, Arial, Helvetica, sans-serif;
    	color: #FF6600;
 	}
 	
a:hover {
  	text-decoration: underline;
     	font-size: 14px;
    	font-weight: normal;
   	font-family: Times New Roman, Times, Arial, Helvetica, sans-serif;
    	color: #FF6600;
	}
a:active {
  	text-decoration: none;
     	font-size: 14px;
    	font-weight: normal;
   	font-family: Times New Roman, Times, Arial, Helvetica, sans-serif;
    	color: #FF6600;
    	}
	  	


  	
