html {
	max-width:700px;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-base-color: #F0EBE6;  
	scrollbar-highlight-color: #F0EBE6;  
	scrollbar-shadow-color: #D8D4CD;  
	scrollbar-arrow-color: #000000;    
	scrollbar-track-color: #F0EBE6; 
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-align: left;
	width: 370px;
	scrolls: auto;
}

.H1 {
	font-family: Tahoma;
	font-size: 20px;	
	line-height: 22px;
	font-weight: bold;
  	color: #000;
}

.floatright {
	float: right;
	margin: 0 0 7px 7px;
	border: 1px black;
	padding: 2px;
	border-color: #000000;
}

.list {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	width: 350px;
	scrolls: auto;
	list-style-type: disc;
	list-style-position: outside;
}
