body {  
  background-color: #bbbbbb;
  font-family: arial,sans-serif;
  font-size: 90%;
}

div#content {
  width: 50%;
  margin: 5px;
}

div#footer {
  width: 50%;
  margin: 5px;
}

a:link, a:visited { 
  color: #000000 
}

a:hover { 
  color: #d60000; 
  text-decoration: underline;
}

a:active { 
  color: #d60000; 
}

h1, h2, h3 {
  font-family: sans-serif;
  font-size: 110%;
}

span.newshead { 
  color: #000000; 
  font-weight: bold 
}

p.bodytext {  
  font-family: sans-serif;
}

