<style>{ }
body {
	background: #F3DDAF url('header.jpg') no-repeat;
	background-possition:top center; background-repeat:no-repeat; background-attachment:scroll
}
HTML>body {
	background: #F3DDAF url('header.jpg') no-repeat;
	background-possition:top center; background-repeat:no-repeat; background-attachment:scroll
}
p {
	font family="arial" font size=12pt font color=#800000;
}
HTML>p {
	font family="arial" font size=12pt font color=#800000;
}
p.small {
	font family="arial" font size=10pt font color=#800000;
}
HTML>p.small {
	font family="arial" font size=10pt font color=#800000;
}
a {
	font family="arial" font size=12pt font color=#191970;
}
HTML>a {
	font family="arial" font size=12pt font color=#191970;
}
a:visited {
	color: #FF0000
}
HTML>a:visited {
	color: #FF0000
}
a:active {
	background-color: #FFFF00;
}
HTML>a:active {
	background-color: #FFFF00;
}

a:hover {
	font-weight:bold;
	color:blue;
	background-color: #F0D0A0
}

HTML>a:hover {
	font-weight:bold;
	color:blue;
	background-color: #F0D0A0
}

</style>