body {
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	width: auto;
	background-position: center;
	padding: 0px 200px;
	clear: both;
	border: thin none;
	overflow: scroll;
	position: absolute;
	height: auto;
	font-weight: bold;


}

a:link    {
	color: #0000ff;
	text-decoration: none;
} /* unvisited links */
a:visited {
	color: #0000ff;
	text-decoration: none;
} /* visited links   */
a:hover   {
	color: #990000;
	text-decoration: underline;
} /* user hovers     */
a:active  {
	color: #0000ff;
	text-decoration: none;
}  /* active links    */
