BODY
{
	width: 600px;
	font-family: sans-serif;
	color: #444444;
}
img
{
	width: 400px;
	border-left: 10px;
}
a:link
{
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}
a:hover
{
	background-color: #eeeeee;
}
H1
{
	font-size: normal;
	font-weight: bold;
}
H2
{
	font-size: 0.9em;
	font-weight: bold;
	color: #444444;
	background-color: #ecf4ff;
}
H3
{
	font-size: small;
	font-weight: bold;
	color: #88b6f5;
}
DIV#main
{
	font-size: 0.9em;
}
DIV#footer
{
	margin-top: 10px;
	font-size: x-small;
}
pre
{
	font-size: normal;
}