@charset "utf-8";
/* CSS Document */
body {
	margin: 0px; 
	padding: 0;
	background: #eebbd1;
	background-image:url(../images/bkg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #669933;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	text-decoration:underline;
	color: #669933;
	font-weight:bold;
}

a:hover {
	color: #b1b0a9;
	text-decoration:underline;
	font-weight:bold;
}





