body
  {
    color: white;
    font-size: 13px;
    font-weight: normal;
    font-family: "Courier New", Courier, Monaco, monospace;
  }
  
strong { font-weight: bold;}
em     { font-style: italic;}  
  
#content
  {
    line-height: 1.4em;
  }  

h1.cms
  {
    font-size:32px;
    text-transform:uppercase;
    margin: 0 0 0px;
    text-align: left;
    border: 0;	
    line-height: 1em;
    font-weight: normal;
    margin: 10px 0 0 0;
    color:#C29900;
  }
  
h2.cms
  {
    font-size:16px;
    text-transform:uppercase;
    margin: 0 0 0px;
    text-align: left;
    border: 0;	
    font-weight: bold;
  }
  
h3.cms
  {
    font-size:14px;
    text-transform:uppercase;
    margin: 0 0 16px;
    text-align: left;
    border: 0;	
    font-weight: bold;
  }  
  
p.cms
  {
    text-transform: none;
  }  
  
strong.cms
  {
    font-weight: bold;
  }  
  
  
em.cms
  {
    font-style: italic;
  }  
  
#content p
  {
    margin: 0 0 8px 0;
  }  
  
#content a
  {
    color:#C29900;
    text-decoration: none;
    font-size: 120%;
  }  
  
#content a:hover
  {
    color:white;
    text-decoration: none;
    border-bottom: 1px solid #C29900;
  }    