BODY { 
  color: #006;
  background-color: #bef; 
  font-family: helvetica, arial, sans-serif;
}

.news A { text-decoration: none; }

.news A:link { color: #006; }
.news A:visited { color: #006; }
.news A:hover { color: blue; }

.news IMG { border-width: 0px; }

.main { 
  border-style: solid;
  border-width: 10px;
  border-color: #444;
  padding: 0;
}

.head { 
  color: #060; 
  font-size: 18pt; 
  font-weight: bold;
}

.fancy {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: italic;
  font-size: 14pt;
}

.ital { 
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

.small { font-size: 9pt; }
