/*
 * Do not edit directly.
 * This file is built from source code hosted at
 * http://www.github.com/marxists-org/stylesheets.
 * Instructions to build and/or contribute can be found there.
 * 
 * Current maintained by Philip Mooney <philipm@marxists.org>.
 */

 @import url("border.css");


 body {
   background: #660000;
 }
 
 a:link {
   color: #990000;
   text-decoration: none;
 }
 
 a:visited {
   color: #993333;
 }
 
 a.title:link {
   color: #ffcc00;
 }
 
 a.title:visited {
   color: #cc9900;
 }
 
 a.mecw:link {
   color: #777777;
 }
 
 a.mecw:visited {
   color: #999999;
 }
 
 div.border {
   border-color: #ffcc33;
 }
 
 h1,
 h1.big,
 h1.medium,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr.section,
 hr.end,
 hr,
 p.information,
 p.pagenote,
 p.toc,
 span.info,
 span.term,
 sup.anote,
 sup.ednote,
 sup.enote {
   color: #330000;
 }
 
 hr.base {
   color: #000000;
 }
 
 p.title,
 p.updat {
   color: #ffcc00;
 }
 
 span.note {
   color: #000033;
 }
 .coverb {
  float: left;
  margin-left: 127px;
  padding-right: 20px;
  width: 300px;
  padding-bottom: 30px;
}