<!--
body {
  color: #000000;
  background: #CC99FF;
  font-family: sans-serif;
  }
  
A {
  color: #0000FF;
  background: transparent;
  }
  
A:link {
  color: #0000FF;
  background: transparent;
  }
  
A:active {
  color: #CCCC00;
  background: transparent;
  }

A:visited {
  color: #666600;
  background: transparent;
  }

A:hover {
  color: #FFFFFF;
  background: #0000FF;
  }
  
.text {
  color: #000000;
  background: #CCAAFF;
  width: 20%;
}

.input {
  color: #000000;
  background: #CC88FF;
}
-->
