a:link {
	text-decoration: underline;
}
a:hover {
	background-color: #333366;
	color: #FFFFFF;
	text-decoration: none;



}
a:visited {
	text-decoration: underline;



}
a:active {
	text-decoration: underline;
}
