@import url("default-hide");

body {
  background-color: #c00;
  color: #fff;
  font-size: 18px;
}

h1 {
  text-shadow: #333 4px 4px;
}

input.text, input.button {
  font-size: 18px;
}

a:link {
  color: #6c0;
  background-color: transparent;
}

a:visited {
  color: #309;
  background-color: transparent;
}

a:active, a:hover, a:focus {
  color: #ff0;
  background-color: transparent;
}
