html, body {
	height:100%;
	background-color: #FFFFFF;



}
a {
	color:#CCCC99;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
.bordered {
	border:1px solid #aaa;
}
h1 { text-align:center; margin:2px; color:#000; font-family:Georgia,Arial,Tahoma; font-size: 3em;}
h3, h5 {
	margin-bottom:4px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
.tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC6633;
}
.hard {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	line-height: normal;

}
.tinyblink {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	color: #FFCC33;
	text-decoration: blink;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;
	font-weight: normal;
	line-height: normal;

}

