/* 
 * Styles for the articles.  With serifs.
 * Copyright 2006, J. Donald Tillman
 *
 * The rest is in styles3.css.
 */
BODY { 
  width: 760px;
  color: #000000; 
  background-color: #ffffff;
  background-image: none;
  font-family: times, serif;
  font-size: 14px;
  margin: 0;
  border-left: solid 8px #fff088;
}
TD, TH {
  font-family: times, serif; 
  font-size: 14px;
}
H1 {
  font-family: times, serif; 
  font-size: 20px; 
  color: #333333; 
  text-shadow: #ccccdd 2px 2px;
  text-align: center;
}
H2 { 
  font-family: times, serif; 
  font-size: 17px; 
  color: #333333; 
  text-shadow: #ccccdd 2px 2px;
  margin-top: 24px;
}
H3 { 
  font-family: times, serif; 
  font-size: 16px; 
  color: #333333;
}
A IMG {
  border: 0;
}
A, A:link, .mast A:visited, .mast A:active {
  text-decoration: none;
  color: #333388; 
}
.header {
  padding: 0 0 4px;
  border-bottom: solid 1px #888888;
  margin: 0 0 20px;
}
.byline {
  text-align: right;
}
.margins {
  margin-left: 36px;
  margin-right: 36px; 
}
.text { 
  margin-left: 36px;
  margin-right: 36px; 
}
.footer {
  background-color: #f4ead3;
  background-image: url(images/bg.jpeg);
  width: 776px;
  padding: 12px;
  border-top: solid 1px #888888;
  margin: 24px 0 0;
}
.clear {
  clear: both;
}
.update {
  color: #aa3333;
}
.article {
  font-weight: bold;
}
