body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
}
p {
	font-weight: bold;
}
td {
	font-weight: bold;
}

h3, h2 {
	font-size: 16pt;
	font-weight: bold;
}

a:link {
	color: #000000;
	font-size: 12pt;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-size: 12pt;	
	text-decoration: underline;	
}
a:active {
	color: #000000;
	font-size: 12pt;	
	text-decoration: underline;	
}
a:hover {
	color: #999999;
	font-size: 12pt;	
	text-decoration: underline;
}
.redish {
	color: #990000;
}

