* {
	margin: 0;
	border: 0;
	padding: 0;
}

body, html {
	background: #ffffff;
	font-family: Garamond, "Times New Roman", Times, serif;
}

#wrapper {
	position: relative;
	width: 802px;
	margin: 0px auto 0px auto;
}

h1 {
	text-align: center;
	font-style: oblique;
	color: #ffffff;
}
h2 {
	text-align: center;
	color: #ffffff;
}
h3 {
	text-align: left;
	color: #ffffff;
}

p {
	text-align: left;
	color: #ffffff; 
	padding: 5px 0 5px 0;
} 
a:link { 
	color: #ffffff;
	text-decoration: underline;
	}
a:visited { 
	color: #99AC23;
	}
a:hover { 
	font-weight: bolder;
	}
a:active { 
	color: #99AC23;
	}

td {
	color: #ffffff;
}

#text {
	text-align: left;
	margin: 25px;
	background: #003264;
	color: #ffffff;
}

#main {
	position: relative;
	margin: 0px;
	width: 800px;
	background: #003264;
	color: #ffffff;
}