body {
    background-color: white;
    }
a.email:hover {
    color: #FF9900;
    text-decoration: underline;
    }
a {
    text-decoration: none;
    }
