html,body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #C6E7FF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #555555;
	scrollbar-track-color: #F7F7F7;
	scrollbar-darkshadow-color: #A0A0A0;
}
html,body,table {
	font-family: Verdana,Tahoma,Arial;
	font-size: 8pt;
	color: #000070;
	text-align: left;
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	font: bold;
	text-align: center;
}
h2 {
	font-size: 13pt;
	font: bold;
}
h3 {
	font-size: 10pt;
	font: bold;
}
a:link, a:visited, a:active {
	font-family: Verdana,Tahoma,Arial;
	color: #000070;
	text-decoration: underline;
}
a:hover {
	color: red;
}
