body {
background-color: #E4E78F;
margin: 0px;
font-family: Arial;
}

#page {
margin: 100px auto;
width: 600px;
text-align: center;
}

h3 {
margin-bottom: 10px;
}

input {
text-align: right;
border: 1px solid #cccccc;
line-height: 2em;
}

input.send {
border: 1px solid #000000;
padding-left: 20px;
padding-right: 20px;
}

a {
font-weight: bold;
color: #000000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
