body
{
	background-color: #F0F5F5;
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 160%;
}
a, a:active, a:visited
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
a:hover
{
	color: black;
	text-decoration: none;
	border-bottom: none;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.limit
{
	max-width: 650px;
}
h1
{
	padding-top: 12px;
	font-size: 22px;
}
h2
{
	padding-top: 12px;
	font-size: 18px;
}
h3
{
	padding-top: 10px;
	font-size: 16px;
}
h4
{
	padding-top: 9px;
	font-size: 14px;
}
h5
{
	padding-top: 8px;
	font-size: 12px;
}
h6
{
	padding-top: 7px;
	font-size: 10px;
}
small
{
	font-size: 10px;
}
.italic
{
	font-style: italic;
}
#subject
{
	color: gray;
	font-style: italic;
}
#footer
{
	padding-top: 12px;
}