body {
    width: 98%;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    width: 760px;
    margin: 20px auto 0 auto;
}
                
table, tr, td, div {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-spacing: 0;
    font-family: verdana, sans-serif;
    font-size: 1em;
    text-align: justify;
}

small {
    font-size: 0.7em;
}

a {
    font-family: verdana, sans-serif;
    text-decoration: none;
    background-color: inherit;
    color: blue;
}
                
a:link {
//    color: #FF0000;
}
                
a:visited {
//    color: #800080;
}
                
a:hover {
    text-decoration: underline;
//    color: #189141;
}

div#body {
    width: 760px;
    overflow: hidden;
}

div#footer {
    padding-top: 1.5em;
}

div#left {
    float: left;
    text-align: center;
    padding: 0 1em 0 10%;
}

div#right {
    float: right;
    text-align: center;
    padding: 0 10% 0 1em;
}

img#header {
    margin: 0 auto 0 auto;
    width: 479px;
    height: 107px;
    padding-bottom: 0.5em;
}

p {
    text-align: justify;
}

p.center {
    text-align: center;
    width: 100%;
}

p.error {
    color: red;
}

table.zonelist {
    border-left: 1px black solid;
    border-top: 1px black solid;
    width: 100%;
}

table.zonelist td, table.zonelist th {
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    padding: 1px 3px;
}

table.zonelist th {
    background-color: blue;
    color: white;
    text-align: center;
}

table.form td {
    padding: 2px 5px;
}
