html, body {
	scrollbar-base-color : #DDDDDD;
	scrollbar-3dlight-color : #DDDDDD;
	scrollbar-highlight-color : #330000;
	scrollbar-track-color : White;
	scrollbar-arrow-color : #330000;
	scrollbar-shadow-color : #DDDDDD;
}

body {
	margin-top: 5%;
	margin-bottom: 30px;
}

body, p, h1, h2, h3, h4, h5, h6, td, th {
	margin-left: 3%;
	margin-right: 2%;
	color: #330000;
	background: White none;
	text-align: left;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #005FBB;
}

a:hover {
	text-decoration: underline;
	color: #005FBB;
}
