
html, body, input, table, td {
    font-family: sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

U {
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
    color: #00070d;
}

H1 {
    font-weight: bold;
    color: #00070d;
    font-size: 36pt;
    text-align: center;
}

H2 {
    font-weight: bold;
    font-size: 24pt;
    text-align: center;
    color: #132742;
}

B {
    font-weight: bold;
    color: #d0b280;
}

input[type=submit] {
    font-size: 14pt;
    font-weight: normal;
    padding: 15px 15px;
    background: #0e1d3a;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

P {
    font-size: 22pt;
    font-weight: normal;
    color: #00070d;
    margin: 0px;
    padding: 0px;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

input[type=text] {
    font-size: 24pt;
    font-weight: bold;
    color: #00070d;
    margin: 3px;
    padding: 0px;
    width: 100%;
}