A:LINK{
	color: navy;
	text-decoration: none;
}
A:VISITED{
	color: teal;
	text-decoration: none;
}
A:ACTIVE{
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER{
	font-weight: bold;
	color: maroon;
}