body{ background-image: url("background.jpg"); background-repeat: repeat-x; background-color: #F59D56 } 

h1{ font-family: Arial; font-size: 24px; color: white; }
h2{ font-family: Arial; font-size: 16px; color: white; }
h3{ color: white; }
h2.black { color : black; }

p { font-family: Arial; font-size: 12px; color: black; } 
p.black { color: black; }

/*table { background-color: #c4d4ff; }*/
td{ font-family: Arial; font-size: 12px; color: black; text-align: center; height: 100%; }
td a{ display: inline-block; height: 100%; width: 100%;}

th{ background-color: #FFFF54; font-family: arial; font-size: 12px; }
tr.highlight:hover{ background-color: #A0A0A0; cursor: pointer;  }

li { font-family: Arial; font-size: 12px; color: black; } 
form { font-family: Arial; font-size: 12px; color: black; } 

a { font-family: Arial; font-weight:bold; font-size: 12px; color: black; }
a.tableCell { font-family: Arial; font-weight:bold; font-size: 12px; color: white; }
a.tableTitle { font-family: Arial; font-size: 16px; color: white; }
a.tableHeader { font-family: Arial; font-size: 12px; color: white; }

table.result { background-color:#484848;}

