body,td,th, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #000099;
}

a.btntext1 {
	color: #E9FC04;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a.btntext1:hover {
	color: red;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a.btntext2 {
	color: FFE007;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a.btntext2:hover {
	color: red;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a.btntext3 {
	color: #FFE007;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 10px;
}

a.btntext3:hover {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}