/* Styles */

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.h1
{
font-size: 1.5em;
font-family: "Times New Roman", Times, serif;
color: #000000;
text-align: center;
font-weight:bold;
font-variant: small-caps;
}


.h2
{
font-size: 1em;
color: #000000;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-variant: normal;
}


.h3
{
font-size: 1.5em;
color: #00ac58;
line-height:normal;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
text-transform:capitalize;
}


.h4
{
	font-size: 1.5em;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}


.h5
{
	font-size: 18px;
	color: #000000;
	line-height:normal;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
}


.h6
{
font-size: 0.75em;
line-height: normal;
color: #000000;
font-family: "Times New Roman", Times, serif;
font-weight: normal;
}

.greentext {
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	color:#7ac043;
	font-size:26px;
}

#nav {
	width:750;
	text-align:center;
	background-color:#7ac043;
	font-size:18px;
	margin: 0 auto;
	padding:6px 0 6px 0;
}

#nav a{
	margin:0 17px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover {
	font-weight:bold;
	text-decoration:underline;
}