body {
	height: 66px;
	background-color: #CCCCCC;
	width: 300px;
	position: absolute;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
	color: #666666;
	margin-top: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
