/* -- TYPO
------------------------------------------------------------- */
 
 

h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	color: #09C;
	margin-right: 1em;
}


h1.index {
	font-size: 3em;
}

 
h2 {
	/* [disabled]letter-spacing: 0.5em; */
	font-size: 2.1em;
	color: #09C;
}
h3 {
	font-size: 1.8em;
	margin: 0 0 20px;
}
h4 {
	font-size: 1.05em;
	text-transform: uppercase;
	line-height: 120%;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h5 {
	font-size: 1.05em;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #09C;
	line-height: 120%;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
}

h6 {
	font-size: 1em;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
}

 
 

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#693;
	text-decoration: none;
}




h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	color:#000000;
	text-decoration: none;
}

