BODY {
	color: #663366;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

A {
	color: #88B27E;
	text-decoration: none;
}

A:HOVER {
	color: #663366;
	text-decoration: underline;
}

H1{
	font-size: small;
	text-align: left;
	font-family: "Lucida Sans";
}

H2 {
   font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : 88B27E;
	}
	
H3 {
	font-size: small;
	text-align: left;
	font-family: "Lucida Sans";
	color : 88B27E;
	}

H4{
	font-size: small;
	line-height: 30px;
	text-align: center;
	font-family: "Lucida Sans";
}
	
A.nav {
	color: #663366;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 9pt;
}

A.nav:HOVER {
	color: #663366;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

p.nav{
	text-align: right;
	padding-right: 10px;
	line-height: 7px;
	margin-top: 4px;
	margin-bottom: 5px;
}

p{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 150%;
	font-size: 80%;
}

blockquote{
	font-size: 80%;
}

p.footer{
	font-size: 70%;
	text-align: center;
	color: Gray;
}

A.footer {
	color: #663366;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

A.footer:HOVER {
	color: #663366;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}