body {
	background-color: #666666;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #999999;
	font-weight: bold;
}

#body {
	position:absolute;
	width:729px;
	height:338px;
	z-index:1;
	left: 36px;
	top: 154px;
	overflow: auto;
	bottom: 329px;
	padding: 10px;
	scrollbar-base-color: #663366;
	scrollbar-face-color: #99CCCC;
	scrollbar-track-color: #996699;
	scrollbar-arrow-color: #330033;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #663366;
	scrollbar-darkshadow-color: #000000;
}
