


/* a very simple set of styles for the print
    mode of our terms pages (a work in progress)
--------------------------------------*/

body { background: #FFF; } /* white out the body */
div, img { display: none; } /* hide misc divs and imgs */

#fullBG, #content, .genTerms { display: block; width: 100%;} /* show some specific elements */

/* set link styles */
a, a:link, a:visited {
    text-decoration: underline;
    color: #00F;
}

/* set the text style of the content of the terms */
.genTerms {
    padding: 0;
    margin: 0;
    font-size: 12pt;
    line-height: 14pt;
    font-family: georgia, serif;
}

h1, strong { font-family: arial, sans-serif; }
h1 { font-size: 16pt; }