a{
text-decoration: none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}
a:link {
	color: Green;
}
a:visited {
	color: Fuchsia;
}
a:hover {
	color: Blue;
	font-style: italic;
	background-color:yellow;
}
a:active {
	color: #000000;
	background-color:#FDE68C;
}



