body {
 font-size: 12px;
 font-family: Verdana, Helvetica, Arial;
 color: #696969;
 }

img {
 border: 0px
 }

#header {
 margin-left: 25px;
 width: 700px;
 height: 100px;
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 }

#navigation {
 margin: 25px;
 width: 700px;
 height: 25px;
 }

#navigation a {
 padding-left: 50px;
 text-decoration: none;
 font-weight: bold;
 color: #778899;
 }

#navigation a ul {
 list-style: none;
 }

#content {
 margin-left: 50px;
 padding: 10px;
 text-align: justify;
 width: 600px;
 }

h2 {
   font-size: 18px;
   color: #191970;
   margin-left: 50px;
    }

#content a {
 text-decoration: none;
 }

#footer {
 width: 700px;
 height: 100px;
 margin: 50px;
 }

table {
 width: 600px;
 margin-left: 50px;
 font-size: 12px;
 font-family: Verdana, Helvetica, Arial;
 border:1px solid #000;
 color: #696969;
 }

td {
 padding: 10px;
 vertical-align: top;
 }

td a {
 text-decoration: none;
 color: #778899;
 }