body {
	background-color: white;
	color: black;
	font: normal 12pt Georgia,Times New Roman,serif;
}

body.mail {
	background-color: #E0E0E0;
	color: black;
	font: normal 12pt Georgia,Times New Roman,serif;
}

h1 {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 26pt;
}

h2 {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 16pt;
}

p {
	text-indent: 2%;
	text-align: justify;
}

pre {
	font: normal 10pt Andale Mono, monospaced;
	margin-left: 10pt;
	padding: 1em 1em 1em 1em;
	border: thin solid gray;
	background-color: #E0E0E0;
}

p.hello {
	font-size: 13pt;
	font-style: italic;
}

div.mail {
	background-color: white;
	text-align: left;
	font: normal 12pt Georgia,Times New Roman,serif;
	min-width: 10pt;
        max-width: 600pt;
        padding: 12px 12px 12px 12px;
	border: 1px dashed black;
	margin: auto auto auto auto;
}

div.mail li {
	margin-top: 0.5em;
}

div.more {
	text-align: right;
	font-style: italic;
}
