body {
    font-family:Verdana, sans-serif;
    font-size: 12px;
    background: #DDD;
}

h2 {
    line-height: 18px;
    font-size: 16px;
    text-align: center;
}

h3 {
    line-height: 18px;
    font-size: 13px;
    text-align: left;
}

p {
    font-size: 12px;
    line-height: 1.2;
}

p#email {
    margin-bottom: 0em;
    text-align: center;
}

table p {
}

div#main {
    margin: auto;
    margin-top: 13px;
    padding: 10px;
    background: #FFF;
    width: 700px;
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

div.main#narrow {
    width: 600px;
}

hr {
    height: 3px;
    border: 0;
    color: #003399;
    background: #003399;
    background-color: #003399;
}

hr#invis {
    color: #FFF;
    background: #FFF;
    border-color:#FFF;
}

img {
    padding-right: 0px;
    margin-bottom: 0px;
}

a:link {
    color: #0000FF;
    text-decoration: none;
}
a:visited {
    color: #0000FF;
    text-decoration: none;
}
a:active {
    color: #6633CC;
}
a:hover {
    color: #6633CC;
    text-decoration: underline;
}
