}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        color: midnightblue;
	background-color: steelblue;
	margin: 6px;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #27408B;
	scrollbar-base-color: #008B8B;
	scrollbar-darkshadow-color: #B03060;
	scrollbar-shadow-color: #steelblue;
	scrollbar-face-color: #274060;
	scrollbar-highlight-color: #B03060;
	scrollbar-track-color: none;
	cursor:move

}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: skyblue;
	text-decoration: linethrough;
}
a:hover {
	color: midnightblue;
	text-decoration: overline;
        cursor:sw-resize;
	background-color: skyblue;
}
a:active {
	color: #CC6666;
	text-decoration: none;
}
.head 
{ color: midnightblue;
font-weight: bold; 
font-size: 10pt; 
border-style:solid;border-width: 1; 
padding-left: 2px }
}




