h1 {
font-size: 150%;
color: #5050FF;
}
h2 {
font-size: 120%; color: #9BD1FA;
}
form {
  background: #FFF;
  border: 0px;
  margin: 5px;
  font-weight: bold;
  text-align: left;
}
input {
  color: #999;
  border: 0px;
  font-weight: bold;
  text-align: left;
}
textarea {
  color: #666;
  border: 1px solid #999;
}
input.submit {
  background: #9BD1FA;
  color: white;
  font-weight: bold;
  width: 50px;
}
a:link {
text-decoration: none;
color: #3c3cff;
}
a:visited {
text-decoration: none;
color: #3c3cff;
}
a:active {
text-decoration: overline;
color: #5050FF;
}
a:hover {
text-decoration: overline;
color: #5050FF;
}