body {
	background-color: #FFFFFC;
	float: left;
	font: "Bookman Old Style";
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000012;
}

h1 {
	font-size: 32px;
	font-variant: small-caps;
	font-style: normal;
}

h2 {
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

a:link {
color:#003399;
}

a:hover {
background-color:#009966;
color:#33FFFF;
text-decoration:underline;
font-style:bold;
}

a:visited {
color:#660033;
}