a:link {  color: #0000FF; text-decoration: underline}
a:hover {  background-color: #FFFFCC; color: #000000; text-decoration: underline;}
a:visited {  color: #006633; text-decoration: underline}


.navigationbuttons
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant: small-caps;
	font-size: 14px;
	cursor: hand;
	background-color: #eeeeee;
	text-align: left;
	color: #000066;
	border: none #ffffff;
}

.navigationbuttons A:visited
{
	text-decoration:none;
    color: #000066;
}
.navigationbuttons A:hover
{
	color: #40B54D;
}

.navigationbuttons A:link
{
	text-decoration:none;
	color: #000066;
}

.navigationspace
{
	line-height:50%;
}
