a.nav:link {color: #EEEEDC; text-decoration: none}
a.nav:active {color: #EEEEDC; text-decoration: none}
a.nav:visited {color: #EEEEDC; text-decoration: none}
a.nav:hover {color: #EEEEDC; text-decoration: underline}

a.body:link {color: #999966; text-decoration: none}
a.body:active {color: #999966; text-decoration: none}
a.body:visited {color: #999966; text-decoration: none}
a.body:hover {color: #999966; text-decoration: underline}


a.inner:link
{
	cursor:hand;
	color: #999966;
	text-decoration: none;
}

a.inner:hover
{
	cursor:hand;
		color: #999966;
		text-decoration: none;
}
a.inner:visited
{
	cursor:hand;
		color: #999966;
		text-decoration: none;

}
a.inner:active
{
	cursor:hand;
	color: #999966;
	text-decoration: none;
}