#nav a {
  color: #F7F7F7;
  text-decoration: none;
  display: block;
  width: 90%;
}
#nav a:hover {
  color: #D4B189;
  text-decoration: underline;
}

h1 {
	color: #100063;
	font-size: large;
	font-family: Arial;
	font-weight: normal;
	vertical-align: middle;

}
td.botnav a {
  color: #999999;
  text-decoration: none;
}
td.botnav a:hover {
  color: #D4B189;
  text-decoration: underline;
}

td.headernav a {
  color: #100063;
  text-decoration: none;
}
td.headernav a:hover {
  color: #D4B189;
  text-decoration: underline;
}
td.bodynav a {
  color: #100063;
  text-decoration: underline;
}
td.bodynav a:hover {
  color: #D4B189;
  text-decoration: underline;
}