body {
	align: center;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#container{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding: 8px;
	text-align: left;
	
}

A {text-decoration: none;
}

a:link {
	color: #FFCC99;
}
a:visited {
	color: #99FF99;
}
a:hover {
	color: #99CCCC;
}
a:active {
	color: #33CCCC;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}