body {
	background-color:#CCC;
	color:#060;
	text-align: center;
}
.content {
	margin:0 auto 0 auto;
	width:609px;
	text-align: center;
}
.email {
	color: #000;
}
  a:link {
	  color:#FFF;
	  text-decoration:none;
  }
  a:visited {
	  color:#FFF;
	  text-decoration:none;
  }
  a:hover {
	  color:#000;
	  text-decoration:none;
  }
  a:active {
	color: #FFF;
	text-decoration:none;
  }

