html { 
	border: 0px none; 
	margin: 0px; 
	padding: 0px; 
	overflow: yes; 
	height: 100%; 
	max-height: 100%; 
	font-size: 12px;
	color:##000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;

}

body { 
	border: 0px none; 
	margin: 0px; 
	padding: 0px; 
	overflow: yes;
	height: 100%; 
	max-height: 100%;
	text-align:left;
}


a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration: none;
}
a:active {
	color:#0099ff;
	text-decoration: none;
}

 
