@charset "utf-8";

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #008C8C;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;

}

h1 {
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center; 
}

h2 {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #21395f;
	}

h3 {
	font-size: 13pt;
	margin-top: 0px;
	margin-left: 10px;
	color: #ffffff;
	}

p {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
	}

td {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
	
}


.separation {
clear: both;
visibility: hidden;
}
a:link {
	color: #ffffff;
}

a:visited {
	color: #dee3e5;
}

a:hover {
	color: #88c3d7;
	text-decoration: none;	
}

a:active {
	color: #88c3d7;
}