body {background-color: black;
      font-family: Arial, sans-serif;
      font-size: 1.2em;
      color: white}
img {border: 0px solid black}
h1 {font-family: Arial, sans-serif;
    font-size: 1.8em}
h2 {font-family: Arial, sans-serif;
    font-size: .8em} 
ul {list-style-type: none}           
a {text-decoration: none}
a:link {color: blue}
a:active {color: red}
a:visited {color: gray}
a:hover {color: red}
table {text-align: left}
* {margin: 0;
   padding: 0}
#page {margin-left: auto;
       margin-right: auto;
       min-width: 670px;
       max-width: 1000px;
       text-decoration: none;
       border-left: 4px solid #00003c;
       border-right: 4px solid #00003c;
       border-bottom: 4px solid #00003c}
#head {text-align: center;
       text-decoration: none;
       background-color: black;
       border-bottom: 0px solid #00003c;
       border-top: 0px solid #00003c;
       margin: 0}
#nav {text-align: center;
      margin: 0;
      text-decoration: none;
      background-color: black;
      border-bottom: 4px solid #00003c}
#recentnews {background-color: #382D2C;
             border-bottom: 4px solid #00003c;
             text-align: center;
             padding: 10px}
#content {background-color: black;
          text-decoration: none;
          text-align: center;
          padding: 10px}
#leftborder {background-color: #00003c;
             width: 50px;
             float: left}
#rightborder {background-color: #00003c;
             width: 50px;
             float: right}             
.center {text-align: center}
.small {font-size: .5em}
.nomargin {margin: 0}
.right {text-align: right;
        margin-right: 15px}
.left {text-align: left;
       margin-left: 15px}
.margin {margin: 15px}
.floatright {float: right}
.floatleft {float: left;
            margin-top: 15px}
.white {background-color: white}
.bottomlinks {margin-top: 40px;
              margin-bottom: 15px;
              font-size: .8em;
              text-align: center}