body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	margin:0px;
	background-color: #ffffff;
	color: #666666;
	font-size: 0.8em;
}


h1 {
	margin:1px;
	font-size: 1em;
	font-weight: bold;
 }
 
p{
	color: #333333;
}

a:link {
	color: #666666;
	text-decoration: none;
	
	}
a:visited {
	color: #666666;
	text-decoration: none;

	}
a:hover {
	text-decoration: none;
	color: #333333;

	
	}
a:active {
	text-decoration: none;
	color: #333333;
	
	
	}
