H1   	{  	color:  #00C000;
		font-family: Andale Mono; 
		font-size: 2em;
		font-weight: bold;
		text-align: center;
     	}

H2   	{ 	color:  #00C000;
		font-family: "Andale Mono";
		font-size: 1em;
		text-align: center;
     	}

H3   	{	color:  #00C000;
	  	text-decoration: underline;
		font-style: italic;
		margin-right: 80pt;
     	}

A    	{  	text-decoration: underline;
		color: #00C000;
     	}

A:visited	{	color: "#008000";
	}

A:hover {	color: #00C000;
		font-weight: bold;
		background-color: yellow;
     	}

Body	{	color: #004000;
		font-family: Arial;
		background-image: url(chippewa.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-attachment:fixed;
		margin-left: 5pt;
	}