h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bolder;
	color: #FFFACD;
}

h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFACD;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: Black;
		margin-top: 0px;
}

.indented text { margin-left: 15px; }


table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFACD;

}

a {
	color: #8FBC8F;
	text-decoration: underline;
}
a:hover {
	color: #90EE90;
	text-decoration: underline;
}
a:visited {
	color: #8FBC8F;
	text-decoration: underline;
}
a:active {   outline:none; } 

.indent 	{
   padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 20px;
	line-height: 170%;
}


.menu 	{
	line-height: 170%;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFACD;
}
