h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
}

body {
    background-color: black;
    color: white;

    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}


/* LINKS */

a {
    color: lightblue;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: lightblue;
}

a:active {
    color: red;
}

/* link imposter */

.link-imposter {
    background: none;
    border: none;
    color: lightblue;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.link-imposter:hover {
    text-decoration: none;
    color: lightblue;
}

.link-imposter:active {
    color: red;
}

.link-imposter:active:focus {
    box-shadow: none;
}
