

table {
  background-color:#fff
     }


li {
font-family: arial; 
  text-align: left;
  font-size: 16px;
  }

.content
  {
  font-family: arial; 
  text-align: left;
  font-size: 16px;
  }
h1
  {
  font-family: arial; 
  text-align: center;
  font-size: 28px;
  color: red
  }
.medfont
  {
  font-family: arial; 
  text-align: center;
  font-size: 20px;
  
  }
.medredfont
  {
  font-family: arial; 
  text-align: center;
  font-size: 20px;
  color: red
  }

.bigredfont
  {
  font-family: arial; 
  text-align: center;
  font-size: 24px;
  color: red
  }

#header {
    background: url('images/header.jpg') no-repeat;
    width: 700px;
    height: 150px;
    font-size: 30px;
    font-weight: bold;
    
    }


#footer {
    background:#000;
    clear:both;
    height: 70px;
    text-align: center;
    color: #fff;
    }
#footer a {
    color: #fff;
    }

    