BODY {
	color: Black;
	background-color: #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 20px;
}

A {
	color: Blue;
}

A:HOVER {
	color: Red;
	text-decoration: none;
}

p {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 20px;
}

.tiny {
	font-size: xx-small;
	margin-top: 0px;
}

h1 {
	font-size: small;
	font-weight: bold;
	color: #cc3300
}

h2 {
	font-size: small;
	font-style: italic;
}

h3 {
	font-size: x-small;
	font-weight: bold;
}

h4 {
	font-size: xx-small;
	margin-bottom: 0px;
}

p.copyright {
	font-size: xx-small;
}




