a, h1, h2, h3, h4, h5, p, body, #header, #toc, #content, #plain, table {
   font-family:"Trebuchet MS","Arial Black", "Verdana", "Helvetica", "sans-serif";
   font-size:12px;
   text-align:left;
   margin:6px 10px;
   text-decoration:none;}

a  {  margin:0px;
   text-decoration:underline;}

h1 {  font-size:22px;}
h2 {  font-size:20px;}
h3 {  font-size:18px;}
h4 {  font-size:16px;}
h5 {  font-size:14px;}

body {   background:white;
         margin:0;}

a:hover {
         text-decoration:underline;}

ul {     list-style:disc outside;}

#header {
   background:white;
   position:absolute;
   margin:0px;
   width:100%;
   text-align:left;
   text-transform:lowercase;
   color:#DE1829;
   font-weight:bold;
   white-space:nowrap;}

#toc {   background:white;
   width:14em;
   margin:0px;

   padding: 220px 10px 10px;
   color:black;
   font-weight:bold;
   text-transform:lowercase;
   text-align:right;}

#toc a {
   display:block;
   font-weight:bold;
   font-size:12px;
   margin:0 0 0 10px;
   text-decoration:none;}



#toc a:link {
   color:black;}

#toc a:visited {
   color:black;}

#toc .current {
   color:#DE1829;
   font-size:16px;}

#content {
   background:white;
   position:absolute;
   top:210px;
   left:200px;
   padding:0 10px 0 0;}

.strong {color:#DE1829;}

.plain {
   position:absolute;
   top:20px;
   left:250px;
   right:250px;
   padding:0 10px 0 0;}

#plain .strong {color:#DE1829;}
