body 
	{
	padding: 0;
	margin: 0;
	min-width: 1000px;
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif; color: #626262;
	}
	
img { 
	border: none;
}	
	
#envelope {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	width: 905px;
	text-align: left;
	position: relative;
}	

#content {
	text-align: left;
	position: relative;
	left: 50px;
	width: 805px;
}

.dark {
	color: #323232;
	font-weight: bold;
	}
	

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #33cc33;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
	


