body {
	background-color:	#FFFFFF;
	margin-top:			25px;
	margin-bottom:		25px;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	/* font-family:	Arial, Tahoma, Helvetica, Verdana, sans-serif; */
	font-family:	Verdana, Arial, Helvetica;
	/* font-size:		12pt; */
	/* font-size:		10pt; */
	font-size:		0.9em;
}

code {
	/* font-family:	Courier New, Courier; */
	font-family: Courier;
	/* font-size:		12pt; */
	/* font-size:		0.9em; */
	font-size:		0.9em;
	color:			#660000;
}

pre {
	/* font-family:	Courier New, Courier; */
	font-family: Courier;
	/* font-size:		12pt; */
	/* font-size:		0.9em; */
	/* font-size:		10pt; */
	font-size:		0.9em;
}

a:link {
	color:				#456789;
	text-decoration:	none;
	font-weight:		bold
}
a:visited {
	color:				#456789;
	text-decoration:	none;
	font-weight:		bold;
}
a:hover {
	color:				#234567;
	text-decoration:	none;
	font-weight:		bold;
}
a:active {
	color:				#6789AB;
	text-decoration:	none;
	font-weight:		bold;
}
