body 
{
  font-size: 1.0em;
  color: aqua;
  background-color: black;
}

a
{
  color: #66ff66;
  font-style: bold;
}       

H2 
{
  color: #66ff66;
  text-align:center;
} 

H5
{
  text-align:center;
}

H3
{
  text-align:center;
}

H4
{
  color: #66ff66;
  text-align:center;
}

li {
		color:#40D6E3;
		text-align: center;
		font-style: italic;
	}	

#navbar
{
  text-align:center;
}

#top
{
  float:left;
}

#topPicLeft
{
  float:left;
  margin-left:225px;
}

#topPicRight
{
 
}

#left
{
  position:absolute;
  left:0px;
  top:125px;
  width:225px;
}

#middle
{
  position:relative;
  left:230px;
  top:25px;
  width: 450px;
}

#right
{
  position:absolute;
  left:755px;
  top:100px;
  width: 225px;
}

#about
{
  color:#40D6E3;
}