body {
    font-family: Verdana, Arial, Verdana, sans-serif;
    background-color: #ffffff;
    margin: 20px;
    width: 800px;
    margin: 10px auto;
}

p, ul, ol, li, div, td, th, input, textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
}

.title {
    font-size: 1.4em;
}

.small {
    font-size: 0.8em;
}

.context {
    font-size: 0.8em;
}

.error {
    font-color: red;
    font-size: 10px;
}

.required {
    font-color: red;
    font-style: super;
}

.note {
    font-size: 10px;
}

.header {
    background-color: #CCCCCC;
}

.right {
    float: right;
}

