
a:link, a:visited {
	color: blue;
	font-family: serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	font-family: serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

a:active {
	color: red;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
