H1 {
	font-size: 28;
	color:  #800040;
	font-family: Courier;
	font-weight: bold
}
H2 {
	font-size: 24;
	color: #800040;
	font-family: Courier;
	font-weight:bold
} 
A:link, A:visited, A:active {
	color:  #800040;
} 
A { text-decoration: none;
cursor: default }
A:hover { text-decoration: underline;
cursor: default } 
BODY {
	font-family: Arial;
	color: black;
	font-size: 14;
	SCROLLBAR-HIGHLIGHT-COLOR: #B8A848;
	SCROLLBAR-SHADOW-COLOR: #B8A848;
	SCROLLBAR-ARROW-COLOR: #B8A848;
	SCROLLBAR-TRACK-COLOR: #B8A848;
	SCROLLBAR-DARKSHADOW-COLOR: #B8A848;
	SCROLLBAR-BASE-COLOR: #800040;
	scrollbar-3d-light-color: #B8A848;
}
TH {
	color: black;
	font-size: 14;
} 
TD {
	font-size: 14;
}