<style>{  }
body {
	background: #DADAE7 url('logo.gif') no-repeat;
	background-possition:top center; background-repeat:no-repeat; background-attachment:scroll
}


HTML>body {
	background: #DADAE7 url('logo.gif') no-repeat;
	background-possition:top center; background-repeat:no-repeat; background-attachment:scroll
}

p {
	font-family:Arial; font-size:12pt; color:#191970;
}

HTML>p {
	font-family
}

p.small {
	font-family:Arial; font-size:10pt; color:#191970;
}

HTML>p.small {
	font-family="arial"; font-size:10pt; color:#191970;
}

HTML>#dropmenudiv a:hover{ /*hover background color*/
background-color: "#0099FF";
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: "#0099FF";
}

a {
	font-family:Arial; font-size:12pt; color=#191970;
}
a:visited {
	color:#FF0000
}
a:active {
	background-color:#FFFF00;
}

h1 {
	font-family:Arial; font-size:24pt; color:#0000BB;
}


h2 {
	font-family:Arial; font-size:16pt; color:#191960;
}


-->
</style>