<style type="text/css">
A:link
a:link {
	text-decoration: none;
	color: #FFFFCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #ffffcc;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}

background-image: transparent;
background-color: transparent;

cursor: crosshair;}


body 
{ background: transparent; 
background-image: transparent;
background-repeat: none; 
background-position: none;
background-attachment: fixed;

font-family: tahoma;
color: black; 
letter-spacing: 0pt;
font-weight: normal;
font-size: 10pt; 


scrollbar-face-color : #blue; 
scrollbar-highlight-color : BLACK; 
scrollbar-3dlight-color : #blue; 
scrollbar-shadow-color : BLACK; 
scrollbar-darkshadow-color : white;
scrollbar-track-color : #blue; 
scrollbar-arrow-color : white; 

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}

input, textarea
{ background: transparent;
font-family: tahoma;
color: #000000; 
border-style: solid;
border-color: #black;
border-width: 0px;}

</style>