.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #00FFFF;
}
A:link {
	text-decoration: none;
	color:#000000;
}
A:visited {
	text-decoration: none;
	color:#000000;
}
A:active {
	text-decoration: none;
	color:#000000;
}
A:hover {
	text-decoration: underline;
	color:#CC0000;
}