BODY {
	color: #333333;
	background-color: #CCCCCC;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}

A:link {
	color: #000000;
	text-decoration: none;
	font-size: x-small;
}

A:visited {
	color: #808080;
	text-decoration: none;
	font-size: x-small;
	
}

