html, body{ 
    margin:0; 
    padding:0; 
    text-align:center;
 	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3D-light-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-color: #FFFFFF;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;	
	color: #999999;	
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #990000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}


.txt {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	text-align : left;
	text-decoration : none;
	text-indent : 2em;
	letter-spacing : normal;
	word-spacing : normal;
	text-transform : none;
}

