/* Great Northern Weaving */

body {
	background-color: #999999;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}


#footer {
	text-align:center; 
	font-size: 10px; 
	font-family:Arial, Helvetica, sans-serif;
	width:888px;
	margin-left: auto;
	margin-right: auto;
}
#footer a:link {
	color: black;
	text-decoration: none;
	}
#footer a:link:hover {
	color: black;
	text-decoration: underline;
	}
#footer a:visited {
	color: black;
	text-decoration: none;
	}
#footer a:visited:hover {
	color: black;
	text-decoration: underline;
	}