html { min-height: 100%; margin-bottom: 1px; }

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
