a:link {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
