/* CSS Document */

body {
	background-color: #73581F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.boarder {
	border: 3px solid #F1D9C0;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #171949;
}
.banner {
	font-size: medium;
	font-weight: bold;
}
.bottom {
	font-size: x-small;
	color: #FFF;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a.navlinks:link {
	color: #FFF;
	text-decoration: none;
	font-size: x-small;
}
a.navlinks:visited {
	color: #FFF;
	text-decoration: none;
	font-size: x-small;
}
a.navlinks:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: x-small;
}
a.navlinks:active {
	color: #FFF;
	text-decoration: none;
	font-size: x-small;
}
a.menu:link {
	color: #8B3105;
	text-decoration: underline;
}
a.menu:visited {
	color: #8B3105;
	text-decoration: underline;
}
a.menu:hover {
	color: #8B3105;
	text-decoration: none;
}
a.menu:active {
	color: #8B3105;
	text-decoration: underline;
}
