body {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCFFCC;
	margin: 1px;
	background-image:  url(images/logos/globe-bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 8px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #006600;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000099;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #006600;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000099;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline overline;
	background-color: #99FFFF;
}
a:active {
	color: #006600;
	text-decoration: underline overline;
	background-color: #FFFF33;
	font-weight: bold;
}
dt {
	font-weight: bold;
}
.hilite {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF33;
}

