body {
	background: #eee;
	margin: 0;
	padding: 40px;
	font: 0.8em 'Ubuntu', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	text-align: center;
}
div {
	width: 400px;
	background: #fff;
	border: 1px solid #ccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0 auto;
    padding-top: 15px;
	padding-bottom: 5px;
	color: #444;
}
h1 {
	text-align: center;
	padding: 15px 0 15px 20px;
	background: #ddd;
	border-bottom: 1px solid #ccc;
	color: #666;
	margin: 0 0 20px;
	font-size: 1.5em;
}
p {
	margin: 0;
	padding: 15px 20px 15px;
	line-height: 18px;
	text-align: justify
}
h1 a, h2 a {
	text-decoration: none;
	color: #666;
}
ul {
	text-align: left;
	margin: 0;
	padding: 0 20px;
}
li {
	padding: 0;
	margin-bottom: 10px;
    list-style-type: none;
}
span#contact {
	color: #444;
	font-size: 0.75em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div#contact {
    background: none;
    border: none;
    padding: 5px;
    text-align: right;
    font-size: 0.9em;
}

