

body {
	width: 60%;
	margin: 0 0 0 20%;
}

#removeme {
	display: none;
}

email:before {
	content: "washington@andamp.org";

}

email2:before {
	content: attr(address);
}

email2:after { 
	content: "andamp.org";
}


