p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
html,body {
	height:100%;
	min-height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
	background-color:#fff280;
}
#top{
	color:#000000; 
	background-color:#ffcc00; 
	font-weight:bold; 
	text-align:center;
	padding:10px;
}
#top h1{
	color:#0066CC;
	font-size:24px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a{
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
hr{
	border-top:1px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
	border-left:none;
	border-right:none;
}