h4 {
	text-align:left;
	border-width: 1px;
	border-style: solid;
}

a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
	padding: 2px;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-color: #666666;
	padding: 2px;
}

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

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

.box {
	padding: 0px;
	border: 1px dashed #000000;
	color: #000000;
}
.editbox {
  border: 1px solid #000000;
  background: lightgrey;
  color: #003388;
  font-size: 10px;
}
.button {
  border: 1px solid #000000;
  background: lightgrey;
  color: #003388;
  font-size: 10px;
  font-weight: bold;
}
