a:link {
	font-family: "Trebuchet MS";
	color: #800080;
	text-decoration: underline;
}
a:hover {
	background-color: #800080;
	color: #CC0033;
}
a:visited {
	color: #CC0033;
	font: "Trebuchet MS";
	font-family: "Trebuchet MS";
}
.subtitles {
	font-family: "Trebuchet MS";
	color: #CC0033;
	font-size: small;
	font-weight: bold;
}
.titles {
	font-family: "Trebuchet MS";
	color: #CC0033;
	font-weight: bold;
	font-size: medium;
}
.content {
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	color: #cc0033;
}

