html { 
    background: url(background1.webp) no-repeat right top fixed; 
    background-size: cover;
    background-color: black;
    min-height: 100%;
}

body {
    font-size: 110%;
    font-family: Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: white;
    margin: 0 0 50px;
    padding: 0;
    overflow: scroll;
}

A:link {
    text-decoration: none;
    COLOR: #66E0FF; 
}
A:visited {
    text-decoration: none;
    COLOR: #00FFFF; 
}
A:hover {
    text-decoration: underline;
    COLOR: #99FFCC; 
}

.container,
.sidebar,
.header,
.content {
    border-style: solid;
    border-width: 0;
}

.container {
    padding: 10px;
    width: 98%;
    margin: auto;
}

.header {
    width: 98%;
    height: auto;
    text-shadow: 2px 2px black;
    color: #66CCFF;
}

.sidebar {
    float: left;
    width: 200px;
    font-size: 150%;
}

.content {
    margin-left: 220px;
    padding-right: 15%;
    background-color: rgba(0, 0, 0, 0.90);
}

#inlinelink {
    font-size: larger;
}

.footdiv {
    text-align: center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    clear: both;
    line-height: 0.5em;
}

table {
    border: 2px solid black;
    border-collapse: collapse;
    background-color: rgb(42 ,77 ,120);
    background-color: rgba(42 ,77 ,120 ,0.5);
}

th, td {
    border: 1px solid white;
    padding: 0.3em;
}
