/* Try to stick to the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */


BODY {
	background: white;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

BODY, H1, H2, H3, H4, H5, P, TD, TH, DL, DT, DD, UL, LI, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
}

H1{
	font-size: 1.4em;
}

H2{
	font-size: 1.2em;
}

.copyright {
        font-size: 8pt;
}