body {
	font-family:		Palatino, serif;
	background:			#EEE;
}

a:link {
	color:				black;
	text-decoration:	none;
	border-bottom:		1px solid #66C;
}
a:visited {
	color:				black;
	text-decoration:	none;
	border-bottom:		1px solid gray;
}
a:hover	{
	border-bottom:		1px solid #C66;
}
a:active {
	color:				blue;
}
a.image {
	border:				none;
}
h1 {
	text-align:			center;
	font-size:			2em;
}

h3 {
	text-align:			center;
	font-weight:		normal;
	font-style:			italic;
}

p {
	font-family:		Palatino, serif;
	background:			white;
	padding:			1.5em;
	border:				1px solid #CCC;
	line-height:		1.5em;
}

table {
	margin:				auto;
	border-spacing:		2em;
}

td.caption {
	width:				20em;
	vertical-align:		top;
}

img {
	margin:				auto;
	display:			block;
	border:				none;
	padding:			0.3em;
}