a:active {
	color: Yellow;
	text-decoration: none;
}
a:hover {
	color: White;
	text-decoration: none;
}
a:link {
	color: White;
	text-decoration: none;
}
a:visited {
	color: White;
	text-decoration: none;
}
			.basefont {
	font-size: 12px;
	font-family: "MS Sans Serif";
	font-weight: normal;
	color: #ffffcc;
}
			.menufont {
	font-size: 12px;
	font-family: "Courier New";
	font-weight: bold;
	color: #0000cc;
}
			.font1 {
	font-size: 17px;
	font-family: Georgia;
	font-weight: normal;
	color: #990099;
	text-align: center;
	word-spacing: 2px;
}
			.counter {
	font-size: 17px;
	font-family: Georgia;
	font-weight: bold;
	color: #990099;
	text-align: center;
	word-spacing: 2px;
}