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