.name {
    display: block;
    font-size: 55px;
    text-align: center;
    margin-top: 8%;
    font-family: "helvetica neue light", Calibri, "Times New Roman";
}

.resume {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 3%;
    font-family: "helvetica neue light", Calibri, "Times New Roman";
}

.mail {
    text-decoration: none;
}

/* unvisited link */
a:link {
    color: #555;
}

/* visited link */
a:visited {
    color: #555;
}

/* mouse over link */
a:hover {
    color: #999;
}

/* selected link */
a:active {
    color: #999;
}

.contact {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 25%;
    color: #555;
    font-family: "helvetica neue light", Calibri, "Times New Roman";
}

.cell {
    margin-top: 8px;
}

.greyed {
    color: #999;
}

