/* general */

body {
	background-color:	#FFF;
	font:				9pt Courier, "New Courier", monospace;
	margin:				40px;
	padding:			0;
}
a:link, a:visited {
	font-weight:		bold;
	text-decoration:	none;
}
a:hover, a:active {
	font-weight:		bold;
	text-decoration:	none;
}
p {
	margin:				0 0 10px 0;
}