body {
	background-color: burlywood;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	color: black;
	font-family: veranda, arial, sans-serif;
	}
.small {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

.caption {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.counter {
	font-size: 9pt;
	text-align: center;
}

a:link {
	color: blue;
}

a:visited {
	color: darkblue;
}

a:hover {
	color: red;
}
