
  body { background-color:white; margin-right:auto; margin-left:auto; width:950px; font: 100% "Palatino Linotype";}
  
  #header {width:100%; clear:both; padding-bottom:0px;}
  #links {width:100%; clear:both;}
  .right {float:right;}
  a {font-family: Arial; font-size: 12pt; color: #3b5998; text-decoration: underline; text-align: left;}
  a:hover {color:#B30000;}
  strong {font-size:15pt;}
  h1 {margin-top:0px; margin-bottom:0px;}
   
   /* Tab Stuff */
      ol#toc {    height: 2em;    list-style: none;    margin: 0;    padding: 0;}
      ol#toc li {    float: left;    margin: 0 1px 0 0;}
      ol#toc a {  background: #FFBFBF url(data/tab.png); color: #008;display: block;
                  float: left;    height: 2em;    padding-left: 10px;    text-decoration: none;}
      ol#toc a:hover {    background-color: #FFBFBF;    background-position: 0 -120px;}
      ol#toc a:hover span {background-position: 100% -120px;}
      ol#toc li.current a {background-color: #B30000; background-position: 0 -60px; color: #fff; font-weight: bold;}
      ol#toc li.current span {background-position: 100% -60px;}
      ol#toc span { background: url(data/tab.png) 100% 0; display: block; line-height: 2em;padding-right: 10px;}
      div.content {border: #B30000  solid 5px; clear: left; padding: 1em;}
