body{
	font-family: Verdana, "Comic Sans MS", "Trebuchet MS";
	font-size: 12px;
	background-color: #0066CC;
	color: #333333;
}
h1, .h1{
	font-family: "Comic Sans MS", "Trebuchet MS";
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -3px;
	color: #0066CC;
	padding: 0;
	margin: 0 0 0 0;
}
h1{
	font-family: "Comic Sans MS", "Trebuchet MS";
	color: #FF3366;
}
h2, .h2{
	font-family: "Comic Sans MS", "Trebuchet MS";
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FF3366;
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
p{
	margin: 0 0 5px 0;
	padding: 0;
}
input{
	font-family: "Comic Sans MS", "Trebuchet MS";
	font-size: 27px;
	color: #0066CC;
}
#base{
	padding: 10px;
	margin: 10px auto 0 auto;
	border: 3px solid #0066CC;
	background-color: white;
	width: 650px;
}
#bottom{
	width: 650px;
	margin: 5px auto 10px auto;
	font-size: 10px;
	text-align: center;
	color: white;
}
	#bottom a{
		color: #fff;
	}
	#bottom a:hover{
		background-color: #fff;
		color: #0066cc;
	}
#policy {
	font-size: 10px;
	color: #777;	
	line-height: 10px;

}
#history{
	margin-top: 20px;
}
#history a{
	color: #0066CC;
	text-decoration: underline;
	margin: 0 5px 0 0;
	padding: 0 2px 0 2px;
}
	#history a:hover{
		background-color: #0066CC;
		color: white;
		text-decoration: none;
	}
