body {
    background-color: black;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.content-table {
    background-color: #000000;
    color: rgb(255, 255, 255);
    text-align: center;
    justify-content: space-around;
    justify-self:center;
    width: 870px;
    padding: 20px;
    margin: 0px;
    border-left: #130090 dotted 2px;
    border-right: #130090 dotted 2px;
}

.navtop {
    background-color: #000000;
    color: white;
    text-align: center;
    justify-content: space-around;
    justify-self:center;
    width: 910px;
    padding: 0px;
    margin: 0px;
    border-left: #5d0000 dotted 2px;
    border-right: #5d0000 dotted 2px;
}

.navtop2 {
    background-color: #ff3737;
    color: rgb(255, 234, 254);
    text-align: center;
    justify-content: space-around;
    justify-self:center;
    width: 870px;
    padding: 20px;
    margin: 0px;
    border-left: #5d0000 dotted 2px;
    border-right: #5d0000 dotted 2px;
}

.navlink-top {
    background-color: #000000;
    color: black;
    justify-content: space-around;
    justify-self:center;
    width: 900px;
    padding: 5px;
    margin: 0px;
    border-bottom: #5d0000 dotted 2px;
    border-left: #5d0000 dotted 2px;
    border-right: #5d0000 dotted 2px;
}

.navlink-bottom {
    background-color: #000000;
    color: black;
    justify-content: space-around;
    justify-self:center;
    width: 900px;
    padding: 5px;
    margin: 0px;
    border-top: #5d0000 dotted 2px;
    border-left: #5d0000 dotted 2px;
    border-right: #5d0000 dotted 2px;
}


.footer {
    background-color:#ffea76;
    color: black;
    text-align: center;
    justify-content: space-around;
    justify-self:center;
    width: 890px;
    padding: 10px;
    margin: 0px;
    border-left: #5d0000 dotted 2px;
    border-right: #5d0000 dotted 2px;
}

.footer i {
    color: rgb(0, 0, 0);
}

a:link {
    color: #66003a;

}

a:hover {
    color: #2b001e;
}

a:visited {
    color: #7a094b;
}

button {
    background-color: #d5d5d5;
    border: inset;
}

button:hover {
    background-color: #b8b8b8;
}

.navtop img {
    border: #ef8a8a outset 0px;
}

img {
    border: #7a0909 dotted 2px;
}

i {
    color: #f2dbdb;
}