body {
	max-width: 100%;
	background-image: url(../images/hatter.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin-top: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #330000;
}

.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {color: #330000}
a:link {
	color: #330000;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #93836A;
}
a:active {
	color: #330000;
}
.style5 {color: #330000; font-style: italic; }

