BODY {color: black; background: white; font: medium serif;}
H1 {color: red; background: white;}
H1.center {color: red; background: white; text-align: center;}
H2 {color: maroon; background: white; font: large sans-serif; font-weight: bold;}
H2.center {color: maroon; background: white; font: large sans-serif; font-weight: bold; text-align: center;}
H3 {color: black; background: white; font:medium helvetica, sans-serif;}
P.center {text-align: center;}
P.centerbold {text-align: center;font-weight: bold}
P.leftbold {text-align: left;font-weight: bold}
P.rightbold {text-align: right;font-weight: bold}
P.noborder {border-style: none;}
TD.lightgreen {font: medium serif; background-color: lime; color: black;}
TD.lightblue {font: medium serif; background-color: teal; color: black;}
TD.blue {font: medium serif; background-color: blue; color: white;}
P.blue {background-color: white; color: blue;}
P.red {background-color: white; color: red;}
P.green {background-color: white; color: green;}
P.black {background-color: white; color: black;}
P.yellow {background-color: white; color: yellow;}
