body
{
	margin: 0;
	padding: 0;
	background-color: #eee;
	font-family: Lucida Grande, Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

a { color: blue; }
a:hover { color: red; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6 { margin: 15px 0px 15px 0px; }

ul { margin-bottom: 3px }

h1
{
	color: rgb(0,0,0);
	background-color: transparent;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 1px;
}

#mainbox
{
	width: 75%;
	max-width: 550px;
	min-width: 200px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background-color: white;
	border-right: #bbb;
	border-left: #bbb;
	border-width: 0 3px 0 3px;
	border-style: none dotted none dotted;
}

#head
{
	color: black;
	font-family: Georgia;
	font-weight: 100;
}

#head h1
{
	border-bottom: #c51;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
}

#mainbox img.alignright
{
	margin: 0 0 0 4px;
	border-color: #ddd;
	border-width: 3px;
	border-style: double;
}

#footer
{
	font-size: 0.8em;
	font-style: italic;
	margin: 25px 0 0 0;
}
