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

body {
	margin-top: 0px;
	/* background-color: #01A9C4; */ 
	background-color: #00aec5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	color: #000000;
}


p	{
	  margin-top: 10px;
	}

h1	{ 
		font-size:1.2em;
		font-weight:bold;
		margin-top: 10px;
	}

h2	{
		font-size: 1em;
		 font-weight:bold;
		 margin-top: 10px;

	 }
h3 	{
	font-size: 0.9em;
	font-weight:bold;
	font-style: italic;
	 }	 


