body {
	/* background-image:url(/img/background.jpg); */
    background-color:#FFFFFF;
    color:#000000;
    font-family:Helvetica;
    font-size:10pt;
}
h1 {
    font-size:20pt;
}
h2 {
    color:#222222;
    font-size:16pt;
    margin-bottom:6pt;
}
h3 {
    color:#444444;
    font-size:12pt;
    margin-bottom:2pt;
}
ul {
    margin-top:0pt;
}
pre {
    font-family:Lucida Console,Courier New,Courier,monospace;
}

