.links{
	font-family:verdana;
	text-align:center;
	background-color: transparent;
	position: relative;
	width:150;
	text-indent:5;
}

.divs{
	top:0;
	left:0;
	background-color: transparent;
	position: absolute;
	width:150;
	z-index:1
}

.linksdiv{
	top:0;
	left:0;
	background-color: transparent;
	position: absolute;
	width:150;
	z-index:0
}
A:link{
	font-size:9pt;
	color: #006486;
	text-decoration:bold;
}

A:visited{
	font-size:9pt;
	color:#924E03;
	text-decoration:bold;}

A:active{
	font-size:9pt;
	color: #DAA520;
	text-decoration:bold;
}

a.nav:link {text-decoration: none;color: #00693F;}
a.nav:visited {text-decoration: none;color: #924E03;}
a.nav:hover {
	text-decoration: none;
	color: Black;
}

