/* CSS Document */

body {
	font-family:Century Gothic;
	font-size:14px;
}
form {
	font-size:10px;
}
input {
	font-family:Century Gothic;
	font-size:10px;
}

input.button {
	background-color:white; 
	border:1px solid gray; 
	font-size:10px;
}
input.button:hover {
	background-color:#FFFF66;
}
span.boxlabel {
	color:black; 
	font-size:26px; 
	letter-spacing:2px;
}
span.subheader{
	color:black; 
	font-size:40px; 
	letter-spacing:2px;
}

