html, body, div, h1, h2, h3, ul, li, dt, dd, dl, ol, span, img, a {
	margin: 0;
	padding: 0;
}

body { 
	text-align: center;
	font-family: "Century Gothic", "Sans-Serif", Verdana, Arial, Tahoma !important;
	font-size: 10pt;
	color: #363636;
	margin-top: 3px;
}
 	
a {
	color:#756759;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: 0 none;
}


