a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	background-position: 150px 20px;
}

