@import url("style.css");
/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link {
	color: #663300;
}
a:visited {
	color: #c7a279;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #660000;
}
p {
	color: #945e3b;
	}
body {
			background-image:url(images/bgbrow.gif);
			background-repeat: no-repeat;
			background-position: center top;
			color: #945e3b;
	}
	
.bg {
	background-color: #945e3b;
	color: #ffffff;
	border-style: none;
	font-weight:bold;
	}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #945e3b;
	}