
/*Make allbody text black 12-point comic sans serif with 16-point vertical spacing between lines of text and 10-point margins. White background.
*/
body {font-size: 12pt;
font-family: "Verdana";
color: black;
background: white;
line-height: 16pt;
margin-left: 10pt;
margin-right: 10pt}

/* Fix Preformatted text
*/
pre {font-size: 11pt;
font-family: "Arial";
color: black;
line-height: 14pt;
margin-left: 10pt;
margin-right: 10pt}

