 #navigationBlock ul {
  border-bottom: 1px solid #9999AA;  
  font: bold 11px Verdana, Arial, sans-serif;
  margin-left: 0px;
  padding: 3px 0px;
 }

 #navigationBlock ul li {
  list-style: none;
  display: inline;
 }

 #navigationBlock ul li a {
  background: #eeeeff;  
  border: 1px solid #9999AA;
  border-bottom: none;
  margin-left: 1px;
  padding: 3px 6px;
  text-decoration: none
 }

 #navigationBlock ul li a:link {
  color: #6666CC;
 }

 #navigationBlock ul li a:visited {
  color: #999999;
 }

 #navigationBlock ul li a:hover, #navigationBlock ul li a:visited:hover {
  background: #cccccc;
  border-color: #333399;
  color: #ffffff;
 }

 <!-- Static HTML version -->
 #navigationBlock ul li a#navCurrent {
  background: #ffffff; /* set to the same color as the page background */
  border-bottom: 1px solid #ffffff; /* set line to same color as tab */
 }
  
body {
	font-family: Arial;
	font-size: 14px;
	margin: 1% 5% 3% 5%;
	background-color: White;
}

body a {
		text-decoration:none;	
}

body a:link, a:visited {
  color: Black;
 }

body a:hover {
  color: Black;
  text-decoration: underline;
 }

span.project{
	color: black;
	border-bottom: outset;
	border-bottom-width: 1px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

span.module{
	font-style: italic;
}

.header1 {
font-family: "Arial Black";
font-size:20px;
font-weight:300;
font-style:normal;
}

.header2 {
font-family: "Arial Black";
font-size:16px;
font-weight:200;
font-style:normal;
}

.header3 {
font-family: "Arial Black";
font-size:12px;
font-weight:100;
font-style:normal;
}

#status1 {
	font-size: 22px;
	font-style: italic;
	text-align: center;
	color: #A52A2A;
	font-variant: small-caps;
	font-weight: bold;
}

#status2 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#text1 {
	font-size: 12px;
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFFFF;
}

#text2 {
	font-size: 12px;
}

#text3 {
	font-variant: small-caps;
	font-weight: 600;
}

#bottomNav {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

#copyright {
  color: #9F9F9F;
  font-size: 10px;
  text-align: center;
	}