.maintext {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.plaintext {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}

.countdowntext {
	font-family: "Arial";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

a { color: #0066FF; text-decoration: underline; }
a:visited { color: #FF3737; text-decoration: underline; }
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
