﻿body {
	background-color: #eaea0f;
	width: 1000px;
	height: auto;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

#wrapper {
	margin: 0px auto auto auto auto;
	background-color: white;
	width: 1000px;
	height: auto;
	position: static;
}
	
 	

#container {
	background-color: white;
	height: 2000;
	width: 1000px;
}

h1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}


h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	
	vertical-align: middle;
}


h3 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-size:large;
	color: black;
}


h4 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-size: small;
	color: black;
}


h5 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-size: medium;
	font-weight: normal;
	color: black;
	text-align: justify;
}



a:link {
	color:black;
}


a:visited {
	color: black;
}


a:hover {
	color: maroon;
}


a:active {
	color: maroon;
}























