html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; padding: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


body {
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 100px 0px 0px 0px;
	}

img {
	margin-bottom: 150px;
	}
	
 p {
	line-height: 150%;
	letter-spacing:0.3px; 
	text-align: center;
	font-size: 1.2em;
	}


a {
	color: #e95700;
	text-decoration: underline;
	}
	
a:visited {
	color: #e95700;
	text-decoration: underline;
	}
	
a:hover {
	color: #888888;
	text-decoration: underline;
	}	
