a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: white; background: gold; text-decoration: underline }




h1 {
	text-align: center;
	font-style: bold; 
	font-size: 40pt; 
	color: maroon;
	font-family: "times roman"}

h2{
	text-align: center;
	font-style: bold; 
	font-size: 20pt; 
	color: maroon;
	font-family: "times roman"}

h3{
	text-align: center;
	font-style: bold; 
	font-size: 20pt; 
	color: black;
	font-family: "times roman"}

h4{
	text-align: center;
	font-style: bold; 
	font-size: 12pt; 
	color: black;
	font-family: "times roman"}

h5{
	text-align: justify;
	font-style: bold; 
	font-size: 12pt; 
	color: black;
	font-family: "times roman"}



BODY {
	background-image: url("bg46.gif");
	color: black;
	margin-left: 3em;
	margin-right: 3em;
	font-family: "Times Roman";
	font-size: 12pt}

BODY {
	scrollbar-face-color: maroon; 
	scrollbar-arrow-color: gold;
	scrollbar-DarkShadow-Color: black;
	scrollbar-Track-Color: gold}



EM {
	color: maroon;
	font-style: bold;
	font-size: 13pt
}


blockquote {
	color: black;
	font-family: "courier";
	font-size: 13pt
}