a	{
	text-decoration: none;
	color: 624C16
}

a:hover.navbar	{
	text-decoration: none;
	color: CCB37A;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: FCFBC3;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	color: 336699;
	text-decoration: none;
}
a:hover.link	{
	text-decoration: none;
	color: FF6699;
}
.navsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: FCFBC3;
	text-decoration: none;
	text-align: right;


}
a:hover.navsmall	{
	text-decoration: none;
	color: CCB37A;
}

