body, table, tr, td {
	font: 8pt tahoma; 
	color: black;
	letter-spacing: 1px
}
	
body {
   scrollbar-face-color: #DCDCDC; 
   scrollbar-highlight-color: #DCEFF4; 
   scrollbar-shadow-color: #5BB5D3; 
   scrollbar-3dlight-color: #EAEAEA; 
   scrollbar-arrow-color: #000000; 
   scrollbar-track-color: #FFFFFF; 
   scrollbar-darkshadow-color: #000000 ;
	background-color: #FAE8CA;
}


a:link, a:active, a:visited {
	font-weight: bold;
	color: #5BB5D3;
}
	
	
a:hover {
	color: #0B7897
}

input, textarea, option, select {
	background-color: #5BB5D3;
	font: 8pt arial;
	color: #eee;
	letter-spacing: 1px;
	border: 1px solid #404040;
	padding:2px; 
}


.text {

	width : 380px;
	height : 415px;
	
	position : absolute;
   left : 640px;
   top : 110px;
   
   overflow : scroll ;   
}

.links {
	position : absolute;
   left : 225px;
   top : 615px;

	color : #AF9D22;
	font-family : arial;
	font-size: 8pt;
}
