body {
    background-color: #000000;
    color: #ffffff;
}
h1 {
    text-align: center;
    color: #ff0000;
    margin-bottom: 0px;
}
h3 {
    text-align: center;
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 30px;
}
h3 a {
    text-decoration: none;
    color: red;
}
h3 a:visited {
    color: red;
}
a:link {
    color: #ff0000;
}
a:visited {
    color: CornflowerBlue;
}
