body {
	
	background-color: #93CEDE;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #03C;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Verdana;
	font-size: 18px;
	color: #03F;
	text-align: justify;
	text-indent: 1.3cm;
	line-height: 1.5em;
}
LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03C;
	font-weight: bold;
	line-height: 1.5em;
}

a:active {
	text-decoration: none;
	font-style: italic;
	color: #03F;
}
a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
	color: #03C;
}

a:hover {
	text-decoration: none;
	color: #7B441B;
}
