/* CSS Document */
html{
	text-align:left;
	font-size:12px;

	}
body{
	background:#00593c;
	}
	

	
#text {
	background:#FFFFFF;
	width:auto;
	height:auto;
	}
	
#text h2 {
	text-align:center;
	font-weight:bold;

	}

#text h3 {
	text-align:center;
	
	}
a:link{
	color:#00593c;
	text-decoration:none;
	}
