a {
  text-decoration:underline; 
}

a:hover {
  color: red;
  background-color:#e8e8ff;
  text-decoration:none; 
}

.input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  font-style: bold; 
  color: #666666;
  background: #ffe8cc;
  border: 1px solid #781351;
  text-decoration:itals; 

}

.submit input {
  color: #000;
  background: #ffa20f;
  border: 2px outset #d7b9c9

} 


.output {
  font-size: 1.1em; 
  color: #666666;
  background: #fee3ad;
  border: 1px solid #781351;

}

