A:link {
	color: rgb(153,0,0);
	text-decoration: none;
}

A:active {
	color: rgb(255,255,255);
	text-decoration: none;
}

A:visited {
	color: rgb(153,0,0);
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	color: rgb(0,0,255)
}