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


body {
	
	font-size: 15px;
	
}



/*** Heading Tags ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering:optimizelegibility;
	color: inherit;
	font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size:2em;
	font-style: italic;
	font-weight: bold;
	color: darkred;
		line-height: 2em;

}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: darkred;
}
h3 {
  font-size:1.4em;

}
h4 {
  font-size:1em;
	font-weight: bold;
	
}
h5 {
  font-size:1.2em;
}
h6 {
  font-size:1em;
	font-weight:600;
	line-height:1.5em;
	font-family:inherit;
}

p{
	line-height: 1.8em;
}