.text {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFE6;
	text-decoration: none;
}
.bigtext {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFE6;
	text-decoration: none;
}
.MainText {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCFFCC;
	text-decoration: none;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:8px;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#27f98d;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:8px;
}
