.tt {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.note {
	font-weight: bold;
	color: #CC0000;
}
td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin:15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
