html, body {
    padding: 0;
    margin: 10px;
}

body {
    font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    background: #ffffff;
    color: #000000;
}

/* Name */
#title a {
    font-size: 26px;
    color: #000000;
    text-decoration: none;
	font-weight: bold;
}

/* Links list */
#links {
    margin-top: 25px;
    padding: 0;
    list-style: none;
}

/* Email + LinkedIn */
#links a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

/* Hover behavior */
#links a:hover {
    color: #666666;
}

/* Layout */
#header {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 5px;
    width: 350px;
}