@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin:0px;
	background-color: #333333;
}
P {text-indent: .3in}
.navButts {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 2px;
	margin-top : 2px;
	background-color: #83877A;
	text-decoration: none;
	padding-right: 2px;
}
.navButts a {
	border : 1px solid #000000;
	color : #A70700;
	display : block;
	padding-bottom : 12px;
	padding-top : 2px;
	text-decoration : none;
	width : 100%;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	padding-right: 14px;
	background-color: #E6DECC;
}
.navButts a:hover {
	display : block;
	background-color : #666699;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none
}

