HTML
{
	margin:0px;
	scrollbar-base-color:blue;
	SCROLLBAR-DARKSHADOW-COLOR:blue;
	scrollbar-base-color:blue;
	scrollbar-track-color:white;
	scrollbar-face-color:blue;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:blue;
	scrollbar-arrow-color:white;
}
BODY {
	margin-top:0px;
	margin-right:auto;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	height:100%;
	width:100%;
	text-align:left;
	background-color:white;
	color:black;
	FONT-FAMILY:Arial,sans-serif;
	SCROLLBAR-DARKSHADOW-COLOR:blue;
	scrollbar-base-color:blue;
	scrollbar-track-color:white;
	scrollbar-face-color:blue;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:blue;
	scrollbar-arrow-color:white;
}
P {
	FONT-SIZE:12px;
	FONT-FAMILY:Arial,sans-serif
}

H1 {
	FONT-SIZE: 18px; FONT-FAMILY: Arial, sans-serif
}
H2 {
	FONT-SIZE: 16px; FONT-FAMILY: Arial, sans-serif
}
H3 {
	FONT-SIZE: 14px; FONT-FAMILY: Arial, sans-serif
}
H4{
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, sans-serif
}
A {
	FONT-WEIGHT: bolder;
	COLOR: blue;
}
A:visited {
	FONT-WEIGHT: bolder;
	COLOR: blue;
}
A:active {
	FONT-WEIGHT: bolder;
	COLOR: blue;
}
A:hover {
	FONT-WEIGHT: bolder;
	COLOR: black;
}
Table {
	width:100%;
	margin:0px;
	padding:0px;
	border:0;
}
TD {
	FONT-SIZE:12px;
	FONT-FAMILY:Arial,sans-serif;
}
UL {
	FONT-SIZE:12px;
	FONT-FAMILY:Arial,sans-serif
}
LI {
	FONT-SIZE:12px;
	FONT-FAMILY:Arial,sans-serif;
	list-style:disc outside;
}
input, select {
	font-family:Arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align : center;
	background-color:white;
	color: blue;
	border: 2px solid blue;
}
img {
	border:none;
}
