body {
  background-image: url("/images/bg_main.gif");
  background-color: #665;
  font-family: sans-serif;
  font-size: 12px;
  color: #221;
  margin: 20px;
}

img {
  border: 0px;
}

a:link,
a:visited,
a:active {
  color: #532;
  font-weight: medium;
  text-decoration: none;
}

a:hover {
  font-weight: medium;
  text-decoration: underline;
}

a.link_bar:link,
a.link_bar:visited,
a.link_bar:active {
  color: #ccb;
}

a:hover.link_bar {
  color: #eed;
  background: #665;
  text-decoration: none;
}

h2 {
  font-family: serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #332;
  margin-left: 12px;
  margin-top: 24px;
  text-decoration: underline;
}

h3 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

p, p.artsy {
  margin: 0px 0px 12px 12px;
  line-height: 20px;
}

p.artsy:first-letter {
  font-size: 24px;
}

ul {
  line-height: 20px;
}

ul ul {
  list-style-type: none;
  line-height: 20px;
  text-indent: -32px;
}

.layout_table {
  padding: 0px;
  border-collapse: collapse;
}

.padded_layout_table {
  padding: 4px;
}

.layout_cell {
  padding: 0px;
}

.masthead_cell {
  border: 1px solid #332;
  background-image: url("/images/bg_body2.gif");
  background-color: #ddc;
  height: 100px;
  padding-top: 36px;
  padding-bottom: 12px;
  padding-right: 40px;
  text-align: right;
  font-family: Times, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}

.body_cell {
  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  background-image: url("/images/bg_body2.gif");
  background-color: #ddc;
  height: 800px;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #332;
}

.link_bar {
  font-size: 12px;
  background: #332;
  color: #332;
  padding: 0px 12px 0px 12px;
  border: 1px solid #332;
  text-align: center;
}

.tail_cell {
  background: #887;
  text-align: center;
  font-size: 10px;
  border: 1px solid #332;
}
