h1 {
	font-family: Arial;
	font-size: 16px;
	color: white;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}
h5 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}
h6 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}

p {
	font-family: Arial;
	color: white;
	font-size: 14px;
	line-height: 18px;
}
body {
	margin-top: 15;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #9de59d;
	scrollbar-base-color: #003300;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #9de59d;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #003300;
	background-color: 003300;
	background-image: url(images/bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background: 003300 url(images/bg.jpg) repeat-y fixed right;
}