html {
	margin: 0px;
	padding: 0px;
	}
body, p, td, th { 
	font-family: Arial;
	font-size: 12px; 
	color: #202020; 
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #c0c0c0
	}
a:link { 
	font-family: "Arial Black";
	font-style: italic; 
	text-decoration: none; 
	color: #404040;
	}
a:visited { 
	font-family: "Arial Black";
	font-style: italic;
	text-decoration: none; 
	color: #404040;
	}
a:active { 
	font-family: "Arial Black";
	font-style: italic;
	text-decoration: none; 
	color: #CC9900;
	}
a:hover { 
	font-family: "Arial Black";
	font-style: italic;
	text-decoration: none; 
	color: #CC9900;
	}
.title { 
	font-family: "Arial Black";
	font-style: italic;
	text-decoration: none; 
	color: #CC9900;
	}