body {
  background: #fff;
  color: #000;
  margin-left: 5%;
  margin-right: 5%;
}
h1, h2, h3 {
  font-family: "Georgia", serif;
  font-weight: bold;
}
h2 {
  font-size: 110%;
}
p {
  font-family: "Georgia", serif;
  line-height: 125%;
  margin-top: 9px;
  margin-bottom: 9px;
}
tt {
  font-family: "Courier", serif;
  font-size: 100%;
}
blockquote {
  font-family: "Georgia", serif;
  font-size: 95%;
  line-height: 125%;
}
li {
  font-family: "Georgia", serif;
  line-height: 125%;
}
td {
  font-family: "Georgia", serif;
  line-height: 125%;
}
.note {
  font-family: "Mistral", "Script MT Bold", "Bradley Hand ITC", serif;
  font-size: 150%;
  color: #0000CD;
  background: yellow;
}
.small {
  font-family: "Georgia", serif;
    font-size: 75%;
}
.news {
  font-family: "Trebuchet MS", "Helvetica", "Verdana";
    font-size: 85%;
}
.headline {
  font-family: "Trebuchet MS", "Helvetica", "Verdana";
    font-size: 150%;
}
.smallgreynews {
  font-family: "Trebuchet MS", "Helvetica", "Verdana";
  font-size: 75%;
  font-weight: 100;
}
div.floatR {
  float:right;
  margin-right: 5%;
}

#paragraph1 {
  margin: 0;
}
a:link {
  color: #0000ff; 
  text-decoration: none;
}  
a:hover {
  text-decoration: underline;
  color: #ff6600;
}
a:visited {
  color: #CC6600;
  text-decoration: none;
}
#news p {
  color: red;
}
