body, p, td, th, div, hr {
	background-image: url(images/background_marble_green.gif);
	color: #006666;
	}
h1 {
	font-size: large;
	color: #006666;
	text-decoration: underline overline;
	background-color: transparent;
}
p {
	font-size: medium;
	color: #006666;
	font-weight: bold;
}
hr {
	color: #006666;
	background-color: #006666;
	height: 3px;
	width: 333px;
	azimuth: center;
}

a:link {
	color: #006666;
	font: medium;
	font-family: serif;
	font-weight: bold;
}
a:hover {
	background-color: #ffffff;
	text-decoration: underline overline;
	color: #006666;
	font-size: large;
}
.indent {
	padding-left: 27px;
}