body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #999999;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #990033;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
.style1 {
	font-size: x-small;
	font-weight: bold;
}
.style2 {font-size: small}
h3 {
	font-size: 18px;
	font-weight: bold;
}

p {
	font-size: 14px;
}
li {
	font-size: 14px;
}
.style3 {	font-size: x-small;
	font-style: italic;
