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

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);

body {
    background: 0 0;
    color: #555;
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none
}

h1 {
	font-weight: 700;
	text-transform:uppercase;
	line-height:1em;
	margin-bottom:0.1em;
	color:#FF6501;
}

h2 {
	font-weight: 600;
	font-size:1.4em;
	line-height:0.6em;
	text-transform:uppercase;
	line-height:1em;
}

h3 {
	font-weight: 600;
	text-transform:uppercase;
	font-size:1.4em;
	line-height:1em;
	color:#FF6501;
}

h4 {
	font-weight: 400;
	color:#000000;
	font-style:italic;
	font-size:1em;
	line-height:1em;
}

.header, .content, .footer {
	width: 85%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.img {
	text-align:center;
}
