a:link {
	text-decoration: none;
}

a:visited {
  	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.hidden {
  	text-decoration: none;
}

a.hidden:visited {
		text-decoration: none;
}

a.hidden:hover {
		text-decoration: none;
}

a.hidden:active {
  	text-decoration: none;
}

a.nav:link {
		text-decoration: none;
}

a.nav:visited {
		text-decoration: none;
}

a.nav:hover {
		text-decoration: none;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	}

a.box {
	padding: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

a.box:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

