﻿html {
	scrollbar-base-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #B0A397;}

body {
	margin: 10px 20px 10px 20px;
	padding: 0px;
	background-color: #ffffff;
	width: 90%;
	font-family: Verdana;
	color: #333333;
	font-size: 8px;
}

a:link {
	text-decoration: underline;
	color: #808080;
	font-weight: bold;}
	
a:visited {
	text-decoration: underline;
	color: #808080; 
	font-weight: bold;}
	
		
a:hover {
	text-decoration: underline;
	color: #808080;
	font-weight: bold;}

	
a:active {
	text-decoration: underline;
	color: #808080;
	font-weight: bold;}