<!--
A:link {text-decoration: none; color: #E7B6D3;cursor: move;}
A:active {text-decoration: line-through; color: #ffffff;cursor: move;}
A:visited {text-decoration: none; color: #3E313B;cursor: move;}
A:hover {text-decoration: none; color: #BA9BB3;cursor: move;}


body {	background-color: #71596D;
	cursor: default;
 	scrollbar-face-color: #71596D;
 	scrollbar-arrow-color: #3E313B;
 	scrollbar-highlight-color: #71596D;
	scrollbar-shadow-color: #71596D;
	scrollbar-3dlight-color: #71596D;
	scrollbar-base-color: #71596D;
	scrollbar-track-color: #3E313B;
	scrollbar-darkshadow-color: #71596D;
}
span {	color: #B89486;}
div, td {
	font-family: "arial";
	color: #ffffff;
      	font-size: 11px;
	cursor: default;
}
.title {	font-family: "Georgia" ;
	font-weight: bold;
	font-size:12px;}
select, input, textarea { border: 1 #D3D3D3 solid;
        font-family: "arial";
        font-size: 11px;
        color: #000000;
        background-color: #ffffff;
}
-->