body {
	background: #AOE6C2;
	}  

a:link {
	text-decoration: none;
	}

a:link {
	color: #FF0000;
	}

a:visited {
	color: #FF0000;
	}

a:active {
	color: #FF0000;
	}

a:hover {
	color: #FF7200;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


h1 {
	color: #FF0000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	margin-bottom: 10px;
	
	}

h2 {
	color: #FF0000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 10px;}


h3 {
	color: #FF0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	margin-bottom: 10px;
	}

p {
	color: #FF0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 10px;
	}


img {

		display: right;
vertical-align: top;
border:none;


	}



table {

table-layout: fixed;
margin-left: auto;
		margin-right: auto;


}