body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #425300;
	background-image: url(images/bkg1.gif);
	background-position: 780px;
	color: #FFCC00;
}


a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #CC9900;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;

}
A.dark:link {
	color: #FFCC00;
	text-decoration: none;
}

A.dark:visited {
	color: #FFCC66;
	text-decoration: none;
}

A.dark:active {
	color: #FFFF00;
	text-decoration: underline;
}

A.dark:hover {
	color: #FFFF00;
	text-decoration: underline;
}
