@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

html {
	color: #808080;
	background-color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

body {
	text-align: center;
	}

img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
	
h1 {
	margin: 100px 0 75px 0;
	}
	
h2 {
	color: #F15A24;
	font-size: 2.5em;
	}
	
h3 {
	font-size: 1.8em;
	margin-bottom: 75px;
	}
	
a {
	color: #808080
	}
	
p { 
	width: 630px;
	text-align:justify;
	margin: 15px auto 15px auto;
	line-height:1.4em;
	}