body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFF33;
	text-align: center;
	color: #666600;
	font-size: 10px;
	font-weight: normal;
}
a:link {
	font-size: 16px;
	text-decoration: none;
	color: #333300;
	font-weight: bold;
}
a:visited {
	font-size: 16px;
	color: #666600;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: #CCFF33;
	background-color: #333300;
}
a:active {
	font-size: 16px;
	color: #999900;
}
h1 {
	border: 5px solid #66CC00;
	background-color: #99FF00;
	width: 480px;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	border: 5px solid #99FF00;
	background-color: #CCFF66;
	text-align: left;
	width: 480px;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	width: 100px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666600;
	border-bottom-color: #666600;
	text-align: center;
	color: #666600;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	border: 5px solid #339900;
}