h1 { font-size: 24px;   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	color: #FF6347; line-height: 150%;

}

h2 { font-size: 16px;  color: #F4A460;  }

h3 { font-size: 16px;  line-height: 150%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	color: #F5F5F5;}
	
h4 {font-size: 14px;  line-height: 150%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	color: #FFA500; }
	
h5 { font-size: 10px; 
	color: #F0FFFF;}
	
	
/* Custom link styles */

a:link {
	text-decoration: none;
	color: #FF8C00;
}

a:hover {
	text-decoration: none;
	color: #FF4500;
}
a:active {
	text-decoration: none;
	color: Red;
}

a:visited {
	text-decoration: none;
	color: #FF8C00;
}


body {
	font-size: 12px;
	margin: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/Fire_Seamless_tile_by_suicidecrew.jpg);
	background-repeat: repeat;

}

table {
background-color: Black;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	/*line-height: 150%; */
}


.credit {
	color: #FF6347; font-size: 9px;
}

.read { margin-left: 30px;  
line-height: 150%;
 }  

.singlespace { line-height: 6px;  color: #FF0033;         }

#menubackground {
	background-image: url(images/bgBW.gif);
	background-repeat: repeat-x;
}

.indent {margin-left: 70px;  
line-height: 150%;
	
}
/*#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#006666; 
  padding: .30em 0px;
    font-size: 75%;
    line-height: normal;
    display: block;
    }*/

/*#menu a:hover {
  color: #669966;
}*/


/*#submenu a, #submenu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#006666; 
  padding: .30em 10px;
    font-size: 11px;
    display: block;
    line-height: normal;
    }*/

/*#submenu a:hover {
  color: #669966;
}*/

#content {  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;

}

.btn:link,
.btn:visited {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	background: #C44717;
	color: #fff;
	font-size: 1.375em;
	padding: .75em .25em;
	border-radius: .25em;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.btn:hover {
	background: #F2551D;
}