BODY {
	font-family: Garamond, Times, serif;
	background: white
}
H1, H2, H3, H4 {
	font-style: italic;
	margin-top: 8pt;
	margin-bottom: 10pt;
}
H2, H3, H4 {
	color: #BBB;
}
H1 {
	font-size: 20pt;
	xfont-weight: 400;
	color: #AAA;
}
H2 {
	font-size: 18pt;
}
H3 {
	font-size: 16pt;
}
H4 {
	font-size: 14pt;
}
LI {
	display: list-item
}
LI, P {
	font-size: 13pt;
	color: #555;
	line-height: 14pt
}

/* cute underlay text */
.leader {
	color: #DCC;
	margin-bottom: -36pt;
	text-align: left;
	font-size: 32pt;
	font-style: italic;
}

/* mail message header */
.mailheader {
	background-color: #DCC;
}

.mailquote {
	font-style: italic;
}

.mailplayer {
	border-bottom: #CCC thin solid;
}

.dmheader {
	background-color: #888;
	color: #EDD;
}

.dmaction {
	background-color: #FFFFF2;
}

A:link, A:visited, A:active {
	text-decoration: none;
}

A:active, A:link {
	color: #C46;
}

A:visited {
	color: #844;
}

.wideblock {
	margin-left: 55;
	margin-right: 55;
}

.smallblock {
	margin-left: 110;
	margin-right: 110;
}

.narrowblock {
	margin-left: 160;
	margin-right: 160;
}
