body {
	scrollbar-3d-light-color : white;
	scrollbar-arrow-color : white;
	scrollbar-base-color : #6699CC;
	scrollbar-dark-shadow-color : #6699CC;
	scrollbar-face-color : #6699CC;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : #6699CC;
	
	}

body, td, tr{
	color : #00008B;
	font-family : Verdana, Arial, "MS Sans Serif", Courier, sans-serif;
	font-size : 9pt;
	}
H1 {
    color : #00008B;
	font-family : Verdana, Arial, "MS Sans Serif", Courier, sans-serif;
	font-size : 12pt; 
	}
H2 {
    color : #00008B;
	font-family : Verdana, Arial, "MS Sans Serif", Courier, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	}
H6 {
    color : #00008B;
	font-family : Verdana, Arial, "MS Sans Serif", Courier, sans-serif;
	font-size : 8pt;
	font-weight: lighter;
	}

A {
	color : darkblue;
	text-decoration : none;
	
	}
A:visited {
	color : darkblue;
	text-decoration : none;
}

A:HOVER {
	color : white;
	text-decoration : none;
	background : #191970;
}
