body {
	background: White;
	background-attachment: fixed;
	border-bottom: white;
	background-repeat: no-repeat;
	font-family: "arial";
	font-size: 10pt;
	font-style: Normal;
	
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
:link { color: blue; font-weight: Normal; }
 			
:active { color: blue; font-weight: Normal; }
 			
:visited { color: blue; font-weight: Normal; }
 			
:hover { color: blue; font-weight: Normal; text-decoration: underline; }


h1{
	font-family: "arial";
	font-size: 10pt;
	font-style: Normal;
	color: black;
}

table{
	font-family: "arial";
	font-size: 10pt;
	font-style: Normal;
	}