body {
    font-family: "Droid Sans";
    background-color: #f4f4f4;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    margin-top: 2vh;
    color: #464646;
    font-size: 150%;
}
a {
    color: #464646;
    text-decoration: none;
}
a:hover {
    color: #565656;
    text-decoration: none;
}
a:visited {
    color: #464646;
    text-decoration: none;
}
