* {
	margin; 0;
	padding; 0;
}

a:link, a:visited, a:focus, a:active {  
	color: #e25214; 
	text-decoration: none; 
}

a:hover {  
	color: #e25214; 
	text-decoration: underline;                                                                                                    
}
 
                  
/* div class=clear-all */
.clear-all {
	clear:both;
	font-size:.00001%;
	height:0px;
}

.clear {clear:both; font-size:0; line-height:0;}



body {
	margin: 0 auto;
	padding: 0px;
	background: #291508;
	font: normal 0.95em Helvetica, Arial, sans-serif; /* 1em = 16pts */
}



p {
	color:#000;
	margin:10px;
	padding:0px 10px;
	color: #000000;
	text-align: justify;
	line-height: 110%;
	font: normal 12px verdana, helvetica, arial, sans-serif;
}

.gallery {
	margin-left:10px;
	padding:0px 10px;
}

/* FONT FAMILY */
h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana,  serif;
	} 



/* TEXT COLORS */
h1 {
	color:#0C3257;
	}
h2, h3, h4, h5 {
	color: #3B2105;
	}



h6 {
	color:#000000;
	}

/* WEIGHT, SPACING, CASE AND SIZE */

h1 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: lowercase;
	paddingtop: 25px;
	}



h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
	padding-left: 25px;
	}
    
h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
	padding-left: 25px;
	}

h5 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
	padding-left: 0px;
	}
    
    

.redText {
	color:red;
} }