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

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

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

a {
   font-family: "Arial", sans-serif;
   font-size: 17px;
   color: rgb(41,66,143);
   text-decoration: none;
}

a:hover {
   color: rgb(214,32,62);
   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 {
   font-family: "Arial", sans-serif;
   font-weight: bold;
   font-size: 17px;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   color: rgb(255,255,255);
}

.navbar a:hover {
   color: rgb(214,32,62);
}

.footer table {
   border: 1px solid #29428F;
}