body {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 100%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: Black;
	margin: 0;
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	}
	
h1 a:link, h1 a:visited {
	color: Black;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: Green;
	color: White;
	text-decoration: none;
	}
	
h2 {
	color: Black;
	font-weight: normal;
	font-size: 0.9em;
	margin: 10px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: Green;
	background: none;
	font-weight: bold;
	text-decoration: none;
	}
	
h3 {
	font-size: .9em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
a:link {
	color: Green;
	font-weight: normal;
	text-decoration: none;
	}
	
a:visited {
	color: Green;
	}
	
a:hover, a:active {
	background: Green;
	color: White;
	text-decoration: none;
	}
	

p {
	line-height: 1.5;
	}
	
#logo {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: url(images/enermega_logo.jpg) no-repeat left;
	height: 130px;
	}

#title {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}

#contact {
	float: right;
	width: 300px;
	padding: 10px 15px;
	color: Black;
	font-weight: normal;
	font-size: 0.8em;
	}

#content {
	width: 780px;
	margin: 30px;
	background: #FAFAFA;
	border: 1px solid Silver;
	padding: 5px 5px 10px 5px;
	text-align: left;
	}
