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

        
h2 {

	font-size:160%;
	color: #5C5858;

	margin-bottom: 0.5em;
margin-top: 0.5em;
	text-align: left;




}



h3 {
	font-size: 130%;
	color: #2A5F05;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

	text-align: left;

}

		@media only screen and ( max-width: 800px ) 
		{
h2 {
	font-size:140%;
	color: #5C5858;
	margin-top: 0.2em;
	margin-bottom: 0;
padding-bottom: 0;
	text-align: left;




}



h3 {
font-size: 120%;
		color: #2A5F05;
	margin-top: 0px;
	margin-bottom: 0.5em;

	text-align: left;
}
			
			
			
		}

		@media only screen and ( max-width:480px )
		{
h2 {

	font-size:130%;
	color: #5C5858;
margin-top: 0;
	margin-bottom:0em;
margin-top: 0.5em;
	text-align: left;





}



h3 {
font-size: 110%;
		color: #2A5F05;
	margin-top: 0px;
	margin-bottom: 0.5em;
margin-top: 0.5em;
	text-align: left;
}
		}
