h3
{
	font-family: Times, serif;
}

h4
{
	font-family: Times, serif;
	margin-left: 20px;
}

p
{
	font-family: Times, serif;
	font-size: 12pt;
}

a:active, a:visited, a:link, a:hover
{
	color: white;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:visited, a:hover
{
	color: black;
}

img
{
	border: 1px black solid;
}

ul
{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

li
{
	margin-left: -16px;
	padding-left: 0px;
}

hr
{
	color: black;
	background-color: black;
	border: 0px;
	height: 2px;
}

span
{
	font-family: Arial, sans-serif;
	font-size: 6pt;
}

div.top
{
	width: 100%;
	background-color: #9FA39E;
	border: 1px black solid;
	font-size: 12pt;
	font-family: Times, serif;
	color: black;
	text-align: center;
}

div.left
{
	float: left;
	height: 1800px;
	width: 160px;
	padding: 5px;
	background-color: #217728;
	border-width: 0px 1px 1px 1px;
	border-color: black;
	border-style: solid;
}

div.body
{
	padding: 10px;
	position: absolute;
	left: 250px;
}

div.body a
{
	color: black;
}
div.index
{
	position: absolute;
	left: 190px;
	top: 75px;
}

div.right
{
	float: right;
	padding: 5px;
	background-image: url(stones.jpg);
	border-width: 1px;
	border-color: black;
	border-style: solid;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: white;
}
