body {
	background-color: #CCCCCC;
	margin: 8px;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-face-color: #555555;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;
}

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #333333;
}

/* LINKS */

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
