body { 
  background-color:#00005a; 
  color:#7a8800;
  font-family:Verdana;
  font-size:8pt;
}

h1 { 
  font-size:10pt;
  font-weight:bold;
}

table {
  font-family:Verdana;
  font-size:8pt;
}

a:link { 
  font-weight:bold;
  color:#7a8800; 
  text-decoration:none; 
}

a:visited { 
  font-weight:bold; 
  color:#7a8800; 
  text-decoration:none; 
}

a:focus { 
  font-weight:bold;
  color: #aaaaaa;
  text-decoration:none; 
}

a:hover { 
  font-weight:bold; 
  color:#ffffff; 
  text-decoration:none; 
}

a:active { 
  font-weight:bold; 
  color:#ffffff; 
  text-decoration:underline; 
}

#inputbox {
	background:#254055;
	border-right-color: #456075;
	border-color: #456075;
	color:#909090;
}

#menuitem { 
  position: absolute;
  z-index:4;
  font-family:Verdana;
  font-size:10pt;
}

#content { 
  position:relative;
  left: 0px;
  top: 0px;
  width:800px;
  height:600px;
  z-index:1;
  font-family:Verdana;
  font-size:9pt;
}

#circle { 
  position:absolute;
  left: 250px;
  top: 150px;
  z-index:2;
}

#hiddenimage {
  position:absolute;
  
  left: 250px;
  top: 150px;
  visibility: hidden;
  z-index:4;
}

