.MainParagraph {
	font-family: Tahoma, Verdana, Helvetica;
	line-height: 125%;
	color: #000000;
}

.MainBullets {
	font-family: Tahoma, Verdana, Helvetica;
	color: #000000;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:link {
	text-decoration : none;
	color: #0000FF;
}

a:hover {
	text-decoration : underline;
	color: #FF0000;
}