body

a:link 
{ text-decoration:none; font-weight:bold; color:red; }

a:visited 
{ text-decoration:none; font-weight:bold; color:red; }

a:hover 
{ text-decoration:none; font-weight:bold; background-color:maroon; }

a:active
{ text-decoration:none; font-weight:bold; background-color:red; }

td
{ text-align:center;
 color:white;
 font-size:11pt;
 font-weight:bold;
 font-family:Arial,Helvetia,sans-serif; }

p
{ text-align:center;
 color:white;
 font-size:12pt;
 font-weight:bold;
 font-family:Arial,Helvetia,sans-serif; }

h1
{ text-align:center;
 color:white;
 font-size:12pt;
 font-weight:bold;
 font-family:Arial,Helvetia,sans-serif; }

