body 
a:link {
	color: #800040;
	text-decoration: none;
}
a:visited {
	color: #800040;
	text-decoration: none;
}
a:hover {
	color: #ee0000;
	text-decoration: underline;
}
a:active {
	color: #800040;
	text-decoration: none;
}
.HeadlineTitle {
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: bold;
}