/* First try at a style sheet.  NB Brackets are curly */
body {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
   color: #003300;
   background: #CCFFCC;
}
table {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 8pt;
   background: #CCFFCC;
}
pre {
   background: #FFFFFF;
}

table.font10 {font-size: 10pt}

td.font10 {font-size: 10pt}

tr.peakrow {background: #FFFFCC}
tr.ascrow {background: #CCFFFF}

