body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    background: #fff;
    width: 60%;
    max-width: 960px;
    margin: 0px 20% 40px 20%;
}

a{
	color: #20C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
    color: #000;
    clear: both;
    padding-top: 50px;
    margin: 0;
}

#contentfooter{
    margin-top: 50px;
    font-size: 80%;
}

