body {
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666666;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: middle;
	background-color: #FFFFFF;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-variant: normal;
	background-color: #666666;
	text-align: center;
}
