.container {
    border-style:solid;
    border-color:red;
    padding: 8px;
    margin-bottom: 10px;
/*    background-color:black; */
}
td,th,p,h1,h2,b,h3,h4,h5,h6strike,ul,li {
    color:white;
}
h1 {
    margin:5px;
}
.header {
    overflow:hidden;
    position:fixed;
    top:0;
    left:0px;
    right:0px;
    background-color:#383838;
    border-color:#ff0000;
    border-bottom-style:outset;
    width:auto;
}

.header a {
    font-weight: bold;
}


body {
    margin-bottom: 125px;
    margin:0px;
    font-family:monospace, sans-serif;
    background-color:black;
    background-image: url("../img/outer.png");
}

.header {
    position:relative;

}
.menu  {
    position:absolute;
    bottom: 0;
    left:110px;
}
a {
    text-decoration:none;
    color:red;
    margin:5px;
}
a:hover{
    text-decoration:underline;
    color:blue;
}
table, th, td {
   border: 1px solid red;
   font-size:12px;
   width:75%;
}
