Table { font-family: arial, sans-serif } 

td.CenterRed { text-align: center; color: #cc0000 }
td.CenterGreen { text-align: center; color: #00cc00 }
td.CenterGold { text-align: center; color: #ffcc00 } 
td.RightRed { text-align: right; color: #cc0000 }
td.LeftRed { text-align: left; color: #cc0000 }

A:link { color: yellow }
A:active { color: yellow cursor: hand }
A:visited { color: #ffcc00 }
