/* CSS Document */

body {
	background: #00938F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	margin: 30px 0 0 0;
	
	}
	
h1 {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	
	}
	
#content {
	background: #fffac2;
	
	}
	
.side {
	color: #34C0CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: 500;
	
	}
	
a {
	color: #CC0000;
	
	}
	
a:hover {
	text-decoration: none;
	color: #00938F;
	
	}