.normalText
{
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
}

.normalText a, .normalText a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}

.normalText a:hover
{
	text-decoration: underline;
}

.largeText
{
	font-family: Arial;
	font-size: 14px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}