body {
	text-color: #000000;
	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: #66cc66;
}
a:visited {
	color: #99CC66;
}
a:hover {
	color: #CC6600;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
}