/* Great Northern Weaving */

body {
	background-color: #999999;
}

h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}

.leftbuttons {
	font-family: Arial, Helvetica, sans-serif;
	color:#3366CC;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
.leftbuttons a:link{
	text-decoration:none;
	color: #333366;
}
.leftbuttons a:hover{
	text-decoration:underline;
	color: #333366;
}
.leftbuttons a:visited{
	text-decoration:none;
	color: #333366;
}
.leftbuttons a:visited:hover{
	text-decoration:underline;
	color: #333366;
}
#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;
	}
