body
{
  background: #e9e9e9;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

ul 
{
font-size: 8pt;
padding-top: 0;
line-height: 1.5;
text-decoration: none;
}

.list a:link
{
text-decoration: none;
}

#bkgrd
{
padding-top: 75px;
padding-left: 70px;
text-align: left;
}

#menu
{
position:absolute;
top: 100px;
left:520px;

font-size: 15pt;
	font-family:Helvetica;
	font-style: underline; 
  color: white; 
  text-decoration: none;

}

#menu a:link, #menu a:visited
{
font-size: 15pt;
	font-family:Helvetica;
	font-style: underline; 
  color: white; 
  text-decoration: none;
  background-color: gray;

}

#menu a:hover
{
  background-color: #e9e9e9;
  }
  
.contentholder
{
text-align: justify;
color: gray;
font-family: Helvetica;
position:absolute;
top: 160px;
left:500px;
height:200px; 
  width:500px; 
  border-color:transparent; 
}

.contentholder a:link, .contentholder a:visited
{
color: gray;

text-decoration: underline;
}