@import url("css.css");
a:link {
	color: #0000FF;
}

a:visited {
  color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
	color: #007B7D;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.hidden:visited {
	color: #126E6D;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.hidden:hover {
	color: #FFFFFF;
	background-color: #068280;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.hidden:active {
	color: #FFFFFF;
	background-color: #FF0000;
}

a.nav:link {
	color: #077983;
	font-size: medium;
}

a.nav:visited {
	color: #077983;
	font-size: medium;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #077983;
	font-size: medium;
}

a.menu {
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: medium;
}

a.menu:hover {
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
	background-color: #FF0000;
	}

a.box {
	padding: 6px;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	border: 1px;
	border-color: #999999;
	line-height: inherit;
}

a.box:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}

