HTML, BODY, TD, INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background: #FFFFCC;
}

#cont {
  position: absolute; 
  border: 1px solid #9C9E9F;
  text-align: center;
  top: 50%;  
  left: 50%; 
  width: 30em;  
  margin-left: -20em; 
  height: 16em;   
  margin-top: -11em; 
  overflow: auto;
  color:#9C9E9F;
  background: #FFD9C6;
}


#text {
	padding: 20px;
}

#text1 {
	margin-top: 17px;
	margin-right: 3px;
	margin-bottom: 0px;
}


#text1 a {
	color:orange;
	font-size: 10px;
	text-decoration: none;
}

#text1 a:hover {
	color:red;
	font-size: 10px;
	text-decoration: underline;
}