body {
    background: #FFFFFF;
    color: #000000;
    font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
    font-size: 70%;
    margin: 0px;
    padding: 0px;
}

a {
    color: #3D72A0;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    margin: 10px 15px 10px 25px;
}

.contact {
    border-bottom: 1px dashed;
    color: #3D3D3D;
    font-size: 110%;
    margin: 20px 0px 8px 0px;
    padding-bottom: 2px;
}

img {
    margin: 2px 17px 12px 0px;
}

/* Optional to include Headers */

h1 {
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
    font-size: 220%;
    margin-top: 0;
    padding-top: 0;
}

h2 {
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
    margin-top: 0;
}

h3 {
    background: none transparent scroll repeat 0% 0%;
    color: #263C4C;
    font-size: 130%;
    margin-bottom: 2px;
    padding-bottom: 0px;
}

h4 {
    background: none transparent scroll repeat 0% 0%;
    color: #5C5C5C;
    font-size: 115%;
    margin-bottom: 2px;
    padding-bottom: 0px;
}

h5 {
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
}

h6 {
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
}

/* Don't display these elements since they're not useful on paper */

#email,
#header,
#universal,
#search,
#breadcrumb,
#navigation,
#feedback,
#accessibility {
    display: none;
}

