/* CSS Document */

body, html {
height: 100%;
}

body {
background: #AAA;
cursor: default;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
margin: 10px;
}

input {
vertical-align: bottom;
}

p {
text-align: justify;
}

a {
color: #FFF;
text-decoration: none;
}

a:hover {
color: #900;
}
