BODY {
  background-color: #111;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #555;
  margin: 0;
  padding: 20px 20px 20px 20px;
}

H1 {
  font-weight: normal;
  font-size: 18pt;
  color: #eee;
  padding-top: 0px;
  margin-top: 6px;
}

H2 {
  color: #aaa;
  font-weight: normal;
  font-size: 13pt;
  margin: 0px;
}

H3 {
  color: #aaa;
  font-weight: normal;
  font-size: 11pt;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;  
}

DIV.merch {
  border-bottom: dashed 1px #555;
  margin: 0px 0px 10px 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  clear: both;
  overflow: auto;
  width: 100%;
}

DIV.merchcolumn {
  float: left;
  padding-right: 10px;
}

A:link { color: #aaa; text-decoration: underline; }
A:visited { color: #aaa; text-decoration: underline; }
A:active { color: #aaa; text-decoration: underline; }
A:hover { color: #fff;}

IMG.merchimg {
  border: 1px black solid;
  margin-right: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.phatt { font-weight: bold; }

.phtext {
  font-style: italic;
  font-size: 8pt;
}

.tinytext {
  font-size: 7pt;
}

