/* Page background color */body { background-color: #FFFFC8; color: #000000; }/* Color combos for 'jfcUnit' */.GreenColorFont { color:#00CC00; }.RedColorFont   { color:#FF0000; }/* Horizontal line/rule */.HorizontalRule { color:blue; size:1; width:95%; align:center; }/* Generic html tags */UL.circle { list-style: circle outside }UL.square { list-style: square outside }UL.plain  { list-style: none outside }H1        { text-align: left; font-weight: bold; }H2        { text-align: left; font-weight: bold; font-style: italic }H3        { text-align: left; font-weight: bold; font-style: italic }CODE      { text-align: left; font-weight: lighter }