
body {  background-image:url('/images/tiledbk.jpg');
        font-family: arial;
        font-size: x-small;
        text-align:center;  /* To get the frame in the middle */
        }
        
H1 {  font-family: arial;
      font-size: x-small;
      }

H2 {  font-family: arial;
      font-size: x-small;
      border: 1px black solid;
      text-align:center;
      padding:5px;
      background:#FBFBFB;
      }
      
/* Set up the A tag colours
A:link  { COLOR: darkred }
A:visited  { COLOR: darkred }
A:hover { COLOR: blue }
A { text-decoration: none;}
*/

/* Set up the A tag colours */
A:link  { COLOR: #1861AD; font-size:12px; font-weight: bold}
A:visited  { COLOR: #1861AD; font-size:12px; font-weight: bold }
A:hover { COLOR: #E9910E; font-size:12px; font-weight: bold }
A { text-decoration: none;}


/* A rigid frame, to hold everything in place */
#frame {
    width:740px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
    }

/* center contents box */
#contentcenter {
    width:563px;
    padding: 0px 10px 0px 10px;
    float:left;
    text-align:left;
    border:1px solid black;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    }
    
/* Create a very small text class */
.smallText {
    font-family: arial;
    font-size: xx-small;
    }
    
    /* Create a very small text class */
.mediumText {
    font-family: arial;
    font-size: small;
    font-weight: bold;
    }
    

/* Create a very small, Grey text class */
.smallGrayText {
    font-family: arial;
    font-size: xx-small;
    color: gray;
    }
    
/* Create a header style, small size and bold */
.smallheadText {
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
    }
    
.normalText {
    font-family: arial;
    font-size: x-small;
    }
    


