h1 {
	font-weight: bold;
	font-size: 24px;
	font-family: arial, sans-serif;
	color: #0000FF;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: arial, sans-serif;
	color: #FF0000;
}
h3 {
	font-style: italic;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #000000;
}
body {
	font-weight: bold;
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #000000;
}
td.int {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000000;
}
a:link              { color:blue; text-decoration:none; }
a:visited           { color:blue; text-decoration:none; }
a:hover             { color:red; text-decoration:underline; }
a:active            { color:blue; text-decoration:none; }
