body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #A9D4F7;
}
h1 {
	font-size: large;
	font-weight: lighter;
	color: #999900;
}
h2 {
	font-size: small;
	color: #999900;
}
a:link {
	color: #3399CC;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #999900;
	text-decoration: underline;
}
a:active {
	color: #999900;
	text-decoration: underline;
}

.copyright {font-size: 9px}
.lgeItalics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
}
