body {
  background-color  : #000000;
  color             : #f5e9d7;
  font-family       : Courier New, Courier, Serif;
  font-size         : 8pt;
  background-image  : url("/images/brcm-placeholder-banner.jpg");
  background-repeat : no-repeat;
  background-position: top center;
}

a {
  text-decoration   : none;
}

a:link {
  color             : #402B24; 
}

a:visited {
  color             : #4B3731;
}

a:hover {
  color             : black;
}

a:active {
  color             : white;
}

h1 {
  font-size         : 12pt;
  font-weight       : bold;
  font-variant      : small-caps;
  text-decoration   : underline;
  margin-top        : 20px;
  margin-bottom     : 5px;
  margin-left       : 15px;
  margin-right      : 25px;
  padding           : 0px;
  letter-spacing    : 1px;
  line-height       : 11px;
}

h2, h2 a:link, h2 a:visited {
  font-size         : 11pt;
  font-style        : italic;
  text-align        : right;
  margin            : 0px;
  margin-right      : 25px;
  padding           : 0px;
  line-height       : 14px;
}

table {
}

td {
  vertical-align    : top;
}

hr {
  border-top        : solid #3D3735 1px;
  border-bottom     : none;
  margin            : 0px;
  padding           : 0px;
}

sup {
  font-size         : 0.9em;
  line-height       : 0.8em;
}

p {
  margin-top        : 0px;
  margin-bottom     : 10px;
  margin-left       : 20px;
  margin-right      : 20px;
  text-align        : justify;
  line-height       : 1.2em;
}

p.note {
  font-size         : 8pt;
  margin-top        : 0px;
  margin-bottom     : 10px;
  margin-left       : 20px;
  margin-right      : 20px;
  text-align        : left;
  font-style        : italic;
}


div.disclaimer {
  font-size         : 8px;
  text-align        : right;
}



.div-disclaimer {
  font-size         : 10px;
  text-align        : justify;
  color             : #4C4644;
  vertical-align    : top;
}

table#maintable {
  margin-top        : 180px;
  border            : 3px dashed #dcccba;
  padding           : 4px;
}

div#container {
  background-image    : url("/images/jester-firebreathe.jpg");
  background-repeat   : no-repeat;
  background-position : bottom right;
  width               : 730px;
  padding-bottom      : 55px;
}

div#missive {
  width             : 408px;
  background-color  : #fffaf1;
  background-image  : url("/images/paper.png");
  color             : #4C4644;
  margin            : 4px;
  padding           : 0px;
  border            : 1px solid #886b48;
  text-align        : center;
  line-height       : 1.1em;
}

div#fake-ad {
  width             : 350px;
  background-color  : #fff7e5;
  color             : #4C4644;
  margin            : 2px;
  margin-left       : auto;
  margin-right      : auto;
  padding           : 6px;
  border            : 3px double #bea68a;
  font-family       : Verdana, Tahoma, Geneva, Sans-serif;
  font-size         : 7pt;
  text-align        : left;
  line-height       : 1.4em;
}

div.pagelink {
  width             : 408px;
  padding-top       : 3px;
  text-align        : right;
  font-size         : 9pt;
  letter-spacing    : 1px;
}

#align-left {
  text-align        : left;
}

div.pagelink a:link, div.pagelink a:visited {
  color             : #e3c28d;
}

div.pagelink a:hover {
  color             : #fff7e9;
}

div.pagelink a:active {
  color             : #fff7f5;
}




/*
a:hover {
  color             : black;
}

a:active {
  color             : white;
}
*/