
html, body {
	background-color: #F2F2F2;
}

html, body, div, h1, h2  {
	margin: 0;
	padding: 0;
	border-width: 0; 
	margin-left: 10; 
	margin-right: 10;  
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height:16px;
	FONT-WEIGHT: normal;
	COLOR: #333333; 
	text-decoration:none; 
	text-align:left; 
}
 

 A:link, A:visited, A:active {
	text-decoration:none;
	COLOR: #000000; 
}

A:hover{  
	text-decoration:underline;
	color:#000000;
} 

div {

padding:15px;

} 

.copyright{
	font-size: 9px;
	color:#999999;
}

ol{ 
	width:380px;
}

ul{ 
	width:380px;
}
