body {
	background-color: #FFCC00;
	color: black;
	font-family: Arial, Helvetica;
	margin-top: 5px;
}

h1 {
	color: #006600;
	font-family: 'Times New Roman';
	text-transform: capitalize;;
	font-size: 24px;
	font-style: italic
}

h2 {
	color: #006600;
	font-family: 'Times New Roman';
	text-transform: capitalize;
}

h3 {
	color: #006600;
	font-family: 'Times New Roman';
	text-transform: capitalize;
}

h4 {
	color: #006600;
	font-family: 'Times New Roman';
	font-size: 24px;
	font-style: italic;
	text-align: center;
}

th {
	color: #006600;
}

table.light {
	background-color: #FFFFCC;
	height: auto;
	width: 800px;
	border-width: 0px;
	padding: 5px;
	margin: 0px;
}

div.small {
	font-size: 4pt
}
div.micro {
	font-size: 1pt
}

span.capital {
	font-size: 24px;
	color: #006600;
	font-family: 'Times New Roman';
}

a:link {
	color: #006600;
	text-decoration: underline;
}

a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #006600;
	text-decoration: underline;;
	font-style: italic
}

a:active {
	color: #006600;
	text-decoration: underline;
	font-style: italic
}