a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
	color: #990000;
	font-weight: bolder;
	font: university;
	font-size: x-large;
}

a.hidden:visited {
	color: #990000;
	font-weight: bolder;
	font-size: x-large;
	font: university;
}

a.hidden:hover {
	color: #CCCCCC;
	background-color: #993300;
	font-weight: bolder;
	font: papyrus;
	font-size: x-large;
}

a.hidden:active {
	color: #990000;
	font: university;
	font-size: x-large;
	font-weight: bolder;
}

a.nav:link {
	color: #000000;
	font-weight: bolder;
	font: papyrus;
	font-size: 24px;
}

a.nav:visited {
color: #000000;
	font-weight: bolder;
	font: papyrus;
	font-size: 24px;
	font: papyrus;
}

a.nav:hover {
	color: #FFFFCC;
	background-color: #993300;
	font-weight: bolder;
	font: papyrus;
	font-size: 24px;
}

a.menu {
	font-weight: bold;
	text-decoration: none;
	font: papyrus;
	color: #990000;
}

a.menu:hover {
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	background-color: #993300;
	font: papyrus;
	color: #FFFFCC;
	}

a.box {
	padding: 3px;
	background-color: #C6B4AC;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #339999;
	font-family: Papyrus;
	font-weight: bolder;
	font-size: x-large;
}

a.box:hover {
  color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Papyrus;
}
