html, body { height: 100%; }

h1, h2, h3, h4 { margin: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


input.search {
 background: #FFFFFF;
 color: grey;
}

input.search:focus {
 color: #000000;
}

input.search:hover {
 color: #000000;
}