html {
    height: 100%;
}
body {
    font-family: verdana, serif;
    font-size: 14px;
    color: #000;
    height: 100%;
    background-color: #FFF;
    background-image: url(../images/body-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #1f3d7c;
    font-family: 'Michroma', serif;
}

h1 {
    font-size: 24px;
    margin-bottom: 0.8em;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr {
    height: 1px;
    background-color: #CCC;
    border: 0px;
}

table tr td {
    vertical-align: middle;
    line-height: 1.4em;
}