
/*
h1, h2, h3, h4, h5 {
*/
h1, h2, h3 {
/*	font-size: 11px; */
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h1, h2, h3, h4, h5 {
	line-height: 1.5;
}

h4, h5 {
/*
	letter-spacing: 0.15em;
	line-height: 0.75;
*/	
    font-size: 0.8em; 
	line-height: 1.3;    
}

* {
	font-family: sans-serif; 
/*	color: gray; /**/
	}
a { text-decoration: none; }

a:active { border: None !important; } 
a:hover {
/*    color: red; /**/
}

