body{
background-image: URL('primarybackground.gif');
color: #213847;
font-size: 10pt;

scrollbar-face-color : #605758;
scrollbar-highlight-color : #797651;
scrollbar-3dlight-color : #3C510E;
scrollbar-shadow-color : #2A3604;
scrollbar-darkshadow-color : #213847;
scrollbar-track-color : #9F909A;
scrollbar-arrow-color : #213847; 

cursor:crosshair;
}

A:link {
text-decoration: underline;
cursor:crosshair;
color:#797651;
}


A:visited {
text-decoration: underline;
cursor:crosshair;
color:#797651;
}

A:active {
text-decoration: underline;
cursor:crosshair;
color:#3C510E;
}


A:hover {
text-decoration: underline;
cursor:crosshair;
color:#ffffff;
}

A:active {
text-decoration: underline;
cursor:crosshair;
color:#3C510E;
}