body {
	color: #000;
	font-family: "Georgia", serif;
	background-color: #fff;
}

a:link, a:visited {
	color: #c81;
	/*background-color: #fff0e8;*/
	/*text-decoration: none;*/
	text-decoration: underline;
	/*border-color: #c81;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dashed;*/
}

a:hover, a:active {
	/*background-color: #f8e4d8;*/
	background-color: #fff0e8;
}

h1 {
	text-align: center;
}

img {
	border: 0;
	/*border: 1px solid #b9b9b9;*/
	/*border: 1px solid #e6e6e6;*/
}

div.figure {
	float: right;
	background: #f9f9f9;
	border: thin #c0c0c0 solid;
	margin: 0.5em;
	padding: 0.5em;
	font-size 90%;
}

