body { font-family: tahoma, Arial, helvetica; 
       color : black; 
       font-size: 9pt; 
       background-image:url('images/background.jpg');
       background-repeat: no-repeat;
       background-position: center;
     }
         
td { font-size: 9pt; }

td.eventinfo { font-size: 8pt; }
td.l { font-size: 8pt; text-align: center;}

table.leaguetable { border-width: 1px 1px 1px 1px; }

A:hover { text-decoration: none; 
          color: darkred; 
          background: lemonchiffon; }


form { margin-bottom: 0 }

input.small { font-size: 8pt; }
textarea.small { font-size: 8pt; }

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
/* .bodyline { border: 1px #98AAB1 solid; } */

/* Table cell titles */
.tdtitle { color: white; } 

/* Highlight */
.highlight1 { background-color: aquamarine; }
  
/* Text Types */
/* text1 is quite small */
.text1 { font-size: 8pt; }
