A:link {
	color: #0000FF;
	text-decoration: underline;
}
A:visited {
	color: #990066;
	text-decoration: underline;
}
A:active {
	color: #CC0000;
	text-decoration: underline;
}
A:hover {
	color: #0000FF;
	text-decoration: none;
}
HR {
	color : #000099;
	height : 1px;
}