h1 {
    display: none;
}

body {
    background-color: #000000;
    background-image: url(https://lh3.googleusercontent.com/d/1F_i7DEBJHmWK1306KN_5tlys3VsbavV1=s5000);
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h2 {
    color: ghostwhite;
    font-family: handel;
    font-size: 50px;
}

h3 {
    color: ghostwhite;
    font-family: handel;
}

ul {
    color: ghostwhite;
    font-family: handel;
}

table {
    color: ghostwhite;
    font-family: handel;
    font-size: 25px;
}

a:link {
    color: #e7e7e7;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #8e8287;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #ff0000;
    background-color: transparent;
    text-decoration: underline;
}