body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	
	margin-top: 2px;

	margin-right: 50px;

	margin-bottom: 2px;

	margin-left: 50px;
}
img {
	border: thin solid #666666;
}
.noborder {

	border: 0px none;

}
.indent {
	margin-right: 20pt;
	margin-left: 20pt;
}
.cap {
	font-size: small;
	font-weight: bold;
}
.quote {
	font-family: "Times New Roman", Times, serif;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
