/* Basic Layout  */
body, html {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif
    }
a, div, td, input, label {
    font-family: Arial, Helvetica, Geneva, sans-serif
    }
a {
    color: #c00
    }
a:hover {
    color: #c00;
    text-decoration: underline
    }
a:active {
    color: #c00
    }
h1 {
    font-size: 1.2em
    }
h2 {
    font-size: 1.1em
    }
h3 {
    font-size: 1em
    }
h4 {
    font-size: 0.9em
    }
h5 {
    font-size: 0.8em
    }
h6 {
    font-size: 0.75em
    }
strong {
    font-weight: bold
    }
ul {
    list-style: square
    }
table {
    border-width: 0
    }
td, th {
    vertical-align: top
    }
form {
    margin: 0
    }