BODY
{
	line-height: 1.5;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Helvetica, Arial, sans-serif;
}
CODE
{
	font: 0.9em Courier, monospace;
}
IMG
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}
A IMG
{
	border: none;
}
P IMG.top
{
	margin-top: 0;
}
HR
{
	background: #CCC;
	color: #CCC;
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
}
BLOCKQUOTE
{
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: 0.9em;
}
.small
{
	font-size: 0.9em;
}
.large
{
	font-size: 1.1em;
}
.quiet
{
	color: #999;
}
.hide
{
	display: none;
}
A:link, A:visited
{
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}
A:link:after, A:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}
