body { 
  background: #ffffff;
  color: #000000;
  font-family: Tahoma, Geneva, sans-serif;
}

#news {
  position: fixed; top: 0; left: 0;
  width: 180px; height: auto;
  border: 1px solid #63b9b3; border-bottom: 0;
}

#news h1 {
  padding: 7px 10px 7px 10px;
  margin: 0 0 1px 0;
  background-color: #98ccc9;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 10.5pt;
  font-variant:small-caps;
}

#news p {
  padding: 5px 10px 5px 10px;
  margin: 0;
  border-bottom: 1px solid #63b9b3;
  font-size: 9pt;
}

#news a:link, a:visited { color: #13a89e; text-decoration: none; }
#news a:hover, a:active { color: #98ccc9; background-color: #ffffff; }
