@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ffffcd;
	line-height: 18px;
	padding: 5px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFCD;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #7c5b1b;
	display: inline;
	padding: 5px;
	width: 140px;
	padding-right: 5px;
	color: #000000;
}  

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	background-color: #7c5b1b;
	display: inline;
	padding: 5px;
	width: 140px;
	padding-right: 5px
}  
h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #273E47;
	padding-left: 5px;
}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #660000;
	text-decoration: none;
}
body {
	background-image: url(images/background.jpg);
}
li {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 16px;
}

