body {
   background-image: url(background.gif);
   background-attachment: fixed;
   background-repeat: repeat-x;
}

h2, h3, h4 {
   font-family: "Arial", sans-serif;
}

p {
   font-family: "Arial", sans-serif;
}

ul, ol, li {
   font-family: "Arial", sans-serif;
   text-align: left;
}

.navbar a {
   font-family: "Arial", sans-serif;
   font-size: 17px;
   color: rgb(255,255,255);
   text-decoration: none;
}

a {
   font-family: "Arial", sans-serif;
   font-size: 17px;
   color: rgb(0,38,100);
   text-decoration: none;
}

a:hover {
   color: rgb(255,127,0);
   text-decoration: none;
}

.navbar font {
   font-family: "Arial", sans-serif;
   font-weight: bold;
   font-size: 17px;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
}

.navbar a:hover {
   color: rgb(255,127,0);
}

.footer table {
   border: 1px solid rgb(0,38,100);
}

.footer p {
   font-family: "Arial", sans-serif;
   color: rgb(0,38,100);
   font-size: 11px;
   text-align: center;
}

.footer a {
   font-family: "Arial", sans-serif;
   font-size: 17px;
   color: rgb(0,38,100);
   text-decoration: none;
}

.footer a:hover {
   color: rgb(255,127,0);
   text-decoration: none;
}

td {
   text-align: center;
}