/* Cry Havoc Games */

body{ 
       font-family: Bookman Old Style, Arial, Sans Serif;
       font-size: medium;
       font-weight: 300;
       font-style: normal;
       text-decoration: none;
       text-transform: none;
       font-variant: normal;
       
       color: #000000;
       background: #FFFFD4;
       text-align: left;
        
       margin-left: 25px;
       margin-right: 25px;
       margin-top: 25px;
       margin-bottom: 25px;
        
       padding-left: 25px;
       padding-right: 25px;
       padding-top: 25px;
       padding-bottom: 25px;
       
       border-left: 0px ;
       border-right: 0px ;
       border-top: 0px ;
       border-bottom: 0px ; 
}

table{
      background-color: #ffffd4;

      border-color: #ff0000;
      border-style: none; 
      
      font-family: Bookman Old Style, Arial, Sans Serif; 
      font-size: medium; 
      font-weight: 300; 
      font-style: normal; 
      text-decoration: none; 
      text-transform: none; 
      font-variant: normal; 
      
      vertical-align: middle; 
      text-align: left; 
      
      margin-left: 25px; 
      margin-right: 25px; 
      margin-top: 25px; 
      margin-bottom: 25px; 
}
      
h1{
font-size: 48px;
font-weight: 700;
color: #862C00;
}
h2{
font-size: 24px;
font-weight: 500;
color: #862C00;
}
h3{
font-size: 18px;
font-weight: 400;
color: #862C00;
}
h4{
font-weight: 300;
}
h5{
font-weight: 300;
}
h6{
font-weight: 200;
}

li{
margin-bottom: 14px;
}

hr{
background-color: #862C00;
height: 8px;
width: 100%;
}
        
a{ 
color:#0000FF; 
}

a:visited{ 
color:#800080; 
}

a:hover{ 
color:#008000; 
}

a:active{
color:#FF0000; 
}

.indent25{
text-indent: 25px;
}
  
.indent50{
text-indent: 50px;
}

.floatRight{
float: right;
}

.floatLeft{
float: left;
}

.tinyText{
font-weight: 200;
}

.gap75{
margin-top: 75px;
}

.gap150{
margin-top: 150px;
}

/* END */


        
  