body {
	background-color: #bbc2c8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10pt;
}

.mail {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	margin-bottom: 48px;
	background-color: #fafafa;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #454545;
}

.mail_body {
	padding: 40px;
}

.mail_header {
	background: transparent url(mail.png) repeat-x;
	height: 16px;
}

.mail_footer {
	background: transparent url(mail.png) repeat-x;
	height: 16px;
}

blockquote {
	font-style: italic;
	color: #7e7e7e;
}

.sender {
	color: green;
	font-weight: bold;
}

.me {
	color: rgb(121, 6, 25);
	font-weight: bold;
}