
a.nav:link {
	text-decoration:none;
	background-color: #FFE46B;
	color:#9B8937;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.nav:visited {
	text-decoration:none;
	background-color: #FFE46B;
	color:#9B8937;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.nav:hover {
	text-decoration: none;
	background-color:#FFE46B;
	color:#000000;
	font-size:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.nav:active {
	text-decoration:none;
	color:#fff500;
	font-size:19px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}




a.txt:link {
	text-decoration:none;
	background-color: #FFE46B;
	color:#9B8937;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.txt:visited {
	text-decoration:none;
	background-color: #FFE46B;
	color:#9B8937;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.txt:hover {
	text-decoration: none;
	background-color:#FFE46B;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.txt:active {
	text-decoration:none;
	color:#fff500;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}




body {
	scrollbar-face-color : #FFF500;
	scrollbar-shadow-color : Silver;
	scrollbar-arrow-color : Black;
	scrollbar-3d-light-color : #FFFFCE;
	scrollbar-base-color : #FFFF9C;
	scrollbar-dark-shadow-color : Gray;
	scrollbar-highlight-color : #FFFFCE;
}