body {
	font: 14px Georgia;
	text-align: center;
	color: #656D00;
	margin: 30px;
	background-color: #FFCC66;
}

a {
	font: 14px Georgia;
	text-decoration: none;
	font-weight: bold;
	color: #656D00;
}

a:hover {
	font: 14px Georgia;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

p {
	text-align: left;
	font: 14px Georgia;
	color: #656D00;
	background-color: transparent;
}

h1 {
	font: 20px Georgia;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
}

h2 {
	font: 16px Georgia;
	text-align: left;
	font-weight: bold;
	color: #656D00;
}

h3 {
	font: 14px Georgia;
	text-align: left;
	font-weight: bold;
	color: #CC0000;
}

h4 {
	font: 12px Georgia;
	text-align: justify;
	font-weight: bold;
	color: #656D00;
}

h5 {
	font: 10px Georgia;
	font-style: italic;
	text-align: justify;
	font-size: small;
	color: #656D00;
}

h6 {
	font: 10px Georgia;
	text-align: justify;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}

