/* CSS Document */
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #4B341F;
	color: #0000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-image: url(images/bkg5a.jpg);
	background-position: top center;
}

a
{
font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;

}

a:visited
{
	color: #006600;
}

a:hover
{
	color: #cc3333;
	text-decoration: underline;
}
a:active
{
color: #000000;
	text-decoration: none;
}