.currentlink {
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {color: blue;}
a:active {color: blue;}
a:visited {color: blue;}
a:hover {color: red; text-decoration: none;}