@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Dosis', sans-serif;
	color: #003d7d;   
	font-size: 11px;
	letter-spacing: 2px;
	
} 


h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200; 
	color: #fff;
	font-size: 22px;   
}


h2 {

	
}



h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 15px;

	font-weight: normal;
	letter-spacing: 2px;
    
}


h5 {
     color: #fff; 
     font-size: 8px;
	 
}
    
p {
	font-family: 'Dosis', sans-serif;
	color: #929497;   
	font-size: 14px;
	letter-spacing: 2px;
} 


a:link {text-decoration: none; 


hr.style-seven { height: 30px; border-style: dotted; border-color: #f4b4b2; border-width: 1px 0 0 0; border-radius: 20px; 
} 

hr.style-seven:before { /* Not really supposed to work, but does */ display: block; content: ""; height: 30px; margin-top: -31px; border-style: dotted; border-color: #f4b4b2; border-width: 0 0 1px 0; border-radius: 20px; 
}