
.navbar {
	background-image: url(../images/Western-navbar.gif);
	font-size: 12px;
	text-align: center;
	height: 50px;
	width: 750px;
	border: none;
	vertical-align: middle;
	color: #003633;
	font-weight: bold;
	margin-bottom: 5px;
}

a {
	color: #003633;
	text-decoration: underline;
}

a:active {
	color: #003633;
	text-decoration: underline;
}

a:hover {
	color: #003633;
	text-decoration: underline;
}

a:visited {
	color: #003633;
	text-decoration: underline;
}

a:link {
	color: #003633;
	text-decoration: underline;
}

body {
	color: #003633;
	margin: 0px;
}


.content {
	margin-left: 16px;
	text-align: justify;
	margin-right: 8px;
}
h3 {
	text-transform: uppercase;
}
p {
	text-align: justify;
}

.uppers {
	text-transform: uppercase;
}
