BODY {
	margin-left: 10;
	margin-right: 0;
	margin-top: 5;
	margin-bottom: 0;
	scrollbar-base-color: #ecd7ab;
	background-color: White;
	background-image: url(images/nav.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}


A:link {
color:#ffffff;
	font-family: verdana,arial;
	font-size: 13px;
	line-height: 16px;
text-decoration:none;
	font-weight: bold;
}
A:visited {
color: #ffffff;
	font-family: verdana,arial;
	font-size: 13px;
	line-height: 16px;
text-decoration:none;
	font-weight: bold;
}

A:hover {
	color: Silver;
	font-family: verdana,arial;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
		font-weight: bold;
}

A:active {
	color: #ffffff;
	font-family: verdana,arial;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}



