body {
	margin: 0 1em 0 1em;
	padding: 0;

	font: 1.1em Georgia, serif;
	text-align: justify;

	background-attachment: fixed;
	background-color: #eafde4;
	background-image: url('blend.png');
	background-repeat: repeat-x;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

img.border_r {
	border: 1px solid black;

	cursor: pointer;
	display: inline;

	margin-left: 1em;
	margin-bottom: 1em;
}

.heading {
	background: #EEE9B3;
	border: 1px solid gray;
	font-weight: bold;

	padding: 4px;
	margin-bottom: 1em;
	width: 100%;
}

h3 {
	text-align: center;
	text-decoration: underline;
}
