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

body {
	font-size:12px;
	font-family: Georgia, Times New Roman, Times, serif;	
	text-align: left;	
	line-height:18px;
	
	background: #384949 url('images/bkg.jpg') top center no-repeat;
	padding: 0 0 0 0;
	margin: 0;
	color: #40617d;
}
	
	h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
}

h2,h3,h4,h5,h6 { 
	font-family: "Courier New", Courier, monospace;
	color: #96ac2b;
	
}
a:link {
	color: #96ac2b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #40617d;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #40617d;
}


.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #516c58;
}
.footer a:active {
	text-decoration: none;
	color: #000000;
}
-->