.mainStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF3399;
	background-color: #CCFF33;
	font-weight: bold;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3399;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: blink;
}
a:visited {
	font-size: 14px;
	font-weight: bolder;
	color: #FF3399;
	text-decoration: line-through;
}
