.bodytext, td {
	color: #666666;
	font: normal 9pt Arial, Helvetica, sans-serif;
}

h1 {
	color: #990000;
	font: bolder 16pt Arial, Helvetica, sans-serif;
}

h2 {
	color: #cc6600;
	font: italic normal 12pt Arial, Helvetica, sans-serif;
}
a.link2:link {
	color: #ffffff;
	text-decoration: none;
	background: #52080E;
}
a.link2:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #52080e;
}
a.link2:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #CC6600;
}
a.link2:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #52080e;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #ffcc66;
}
a:active {
	color: #000000;
	text-decoration: none;
}
