
a:link {
	color: blue;
}
a:active {
	color: red;
}

a:hover {
	color: red;
	font-weight: bold;
}

a:visited {
	color: blue;
}

/* special footer */
span.footer a:link { color: white;} span.footer a:visited { color: white;}
