a.01:link {
	text-decoration: none;
	color: #1A709D;
}
a.02:link {
	text-decoration: underline;
	
}
a.03:link {
    display:block;				
	width:160px;
	padding: 2px 8px 2px;
	text-decoration:underline;

	font-size:14px;
	font-weight:bold;
	background-color:#FFDF60;
	color:#34A3CD;
   }
a.01:visited {
	text-decoration: none;
	color: #1A709D;
}
a.02:visited {
	text-decoration: underline;
	color: #0000FF;
}
a.03:visited {
    display:block;				
	width:160px;
	padding: 2px 8px 2px;
	text-decoration:underline;
    font-size:14px;
	font-weight:bold;
	background-color:#FFDF60;
	color:#34A3CD
   }
a.01:hover {
	text-decoration: none;
	background-color: #FFDF60;
	color: #FF0000;
}
a.02:hover {
	text-decoration: none;
}
a.03:hover  {
          text-decoration: none;
          background-color:#FFDF60;
		  color:#34A3CD
		 }    
a.01:active {
	text-decoration: none;
	background-color: #FFDF60;
	color: #FFFFFF;
}
a.02:active {
	text-decoration: none;
}



