<STYLE TYPE-"type/css">

<!--

BODY {

	background-image: URL(paper.gif);

	margin: 10px; font-family: Arial, Helvetica, Verdana; =font-size: 8pt;
									scrollbar-face-color: #8E6B3A;
									scrollbar-highlight-color: #9F7C4B;
									scrollbar-3dlight-color: #BF9E6D;
									scrollbar-darkshadow-color: #003300;
									scrollbar-shadow-color: #003300;
									scrollbar-arrow-color: #F7F0E7;
									scrollbar-track-color: #E7DEC6;
}

A:link {color: #454F67; text-decoration: none}
A:hover {color: #ADC3E8; text-decoration: none}
A:visited {color: darkblue; text-decoration: none}

A.link:link { color: #454F67; text-decoration: none }
A.link:hover { color: #ADC3E8; text-decoration: none; background: #9F7C4B }
A.link:visited { color: #454F67; text-decoration: none }

<SCRIPT LANGUAGE="JavaScript">

function getonme() {
el = event.srcElement ;
if (el.getAttribute("litUp1") != null) {
el.className = "onme1" ;
}
}

function getoffme() {
el = event.srcElement ;
if (el.getAttribute("litUp1") != null) {
el.className = "offme";
}
}

document.onmouseover = getonme ;
document.onmouseout = getoffme ;

</SCRIPT> 

//-->

</STYLE>





