@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}

a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #000000;
}
#content {
	height: 390px;
	width: 495px;
	overflow: auto;
	background-position: 0px 0px;
	float: none;
}

