html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 60px 20px;
    color: #000;
    background: #fff;
    text-align: center;
}

body, input, textarea {
    font: bold 30px/40px helvetica, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    letter-spacing: -0.05em;
}

input {
    border: 3px solid #000;
    -khtml-appearance: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #f00;
}

h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, fieldset, ul, ol, dl {
    margin-top: 0;
    margin-bottom: 10px;
}

form {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

h1 {
    margin: 0 0 40px 0;
    font-size: 30px;
    line-height: 40px;
}

h2 {
    margin: 0;
    color: #f00;
    font-size: 120px;
    line-height: 100px;
}

h3 {
    margin: 0;
    color: #f00;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
