body {
	background: black; 
	font: 100%/100% Times New Roman, serif;
	color: white;
}

a {
	color:white;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
}

h4 {
	margin-top: 14px;
	margin-bottom: 2px;
}

.container {
	position:relative;
	float:right;
	right:50%;
	}
#menu2 {
  position:relative;
  padding:25px; 
  margin:0px; 
  list-style-type:none;
  float:left;
  left:50%;
  }
#menu2 a{
  width:auto;
  display:block;
  padding:10px 7px;
  color:#fff; 
  background:#000; 
  border:3px double #fff; 
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  text-transform:uppercase;
  }
#menu2 a:hover {
  color:#000; 
  background:#FFF;
  }
#menu2 li {
float:left;
}

.contentframe {
	position: relative;
	width:85%;
	margin-top:25px;
	clear:both;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.just {
	text-align:justify;
}

#bios a{
  text-decoration:none;
  font-weight:normal;
  }
 
 #bios a:hover{
  text-decoration:underline;
  background:white;
  color:black;
  }