A.bodylink:link    { color: #FFCC00; font-weight: bold; text-decoration: none }
A.bodylink:visited { color: #FFCC00; font-weight: bold; text-decoration: none }
A.bodylink:active  { color: #FFCC00 }
A.bodylink:hover   { color: #FFCC00; font-weight: bold; text-decoration: underline }

A.navlink:link    { color: #9999FF; font-family: "Courier New", Courier, mono; font-weight: bold; text-decoration: none }
A.navlink:visited { color: #9999FF; font-family: "Courier New", Courier, mono; font-weight: bold; text-decoration: none }
A.navlink:active  { color: #9999FF }
A.navlink:hover   { color: #FFCC00; font-family: "Courier New", Courier, mono; font-weight: bold; text-decoration: none }



.title1 {
	font-size: 36px;
	font-weight: bold;
	color: #339900;
	font-variant: normal;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
}
.body1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #9999FF;
}
.body1bold {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
}
.body1bold_underline {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.body1orange {

	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.title1orange {

	font-size: 36px;
	font-weight: bold;
	color: #FFCC00;
	font-variant: normal;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
}
.body1red {

	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
.body1black {

	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.footnote {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	font-style: italic;
	color: #000000;
}
