body{
	background-color: #ffffff;
	border: 0;
	margin: 0 auto;
	max-width: 750px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
}

h1,h2,h3,h4{
    padding-top: 5px;
	color: #444444;
}

p, ol, li, a{
	text-align: justify;
}

img{
    box-shadow: 0 8px 6px -6px black;
}

a{
	text-decoration: none;
	color: #d56f65;
}

a:hover, active{
	color: #e97a6e;
	text-decoration: underline;
}

div.illustration{
	margin: 0 auto;
	text-align: center;
}

