BODY {background-color: FFFFCC}
A:link {color: 009900; background: FFFFCC}
A:active {color: CC3300; background: FFFFCC}
A:visited {color: 000099; background: FFFFCC}
H1 {font-family: Arial; font-size: 12pt; color: black; font-weight: bold}
P {font-family: Arial;  font-size:12pt; color: black; }
TD {font-family: Arial; font-size: 12pt; color: black; }
TH {font-family: Arial; font-size: 12pt; color: black; }
Note {font-family: Arial; font-size: 12pt; color: black; font-weight: bold; text-decoration: underline}
blockquote { font-family: Arial; font-size: 12pt Arial; color: black; }
.li {  font-family: Arial}
li { font-family: Arial; font-size:12pt; color: black; }
h2 { color: black; font: bold 16px Arial}
h3 { font-family: Arial; font-size: 12pt; color: black; font-weight: bold }
h4 { font-family: Arial; font-size: 10pt; color: black; font-weight: bold }
#view{ width:97%;}
#footer
{
	margin-top: 4px;
	position:fixed; top:0; bottom:90%; width:97%;
}
#content
{
	position:absolute; 
	top:10%;
	width:97%; 
	bottom: 0;
	overflow:scroll;
}