.Purple {
	background-color: #FF00FF;
}
.White {
	background-color: #FFFFFF;
}
.Green {
	background-color: #00CC00;
}
.Red {
	background-color: #FF0000;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	background-color: #999999;
	letter-spacing: normal;
}

.a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
	}
.a:hover {
	color: #9900CC;
	text-decoration: none;
	font-weight: bold;
	}
.a:visited {
	font-size: 14px;
	font-style: normal;
	color:#9933CC;
	text-decoration: none;
}

