#a:link { /*normal links in the text*/
  color: #663300; 
  text-decoration: none;
  background: #FFFFFF;}
#a:visited {
  color: #663300; 
  FONT-WEIGHT: bold;
  text-decoration: none; 
  background: #FFFFFF;}
#a:hover { /*this effect is not shown in NN4.xx*/
  color: #999999; 
  FONT-WEIGHT: bold;
  text-decoration: underline; 
  background: #FFFFFF;}
#a:active {/*colour in NN4.xx is red*/ 
  color: #663300; 
  FONT-WEIGHT: bold;
  text-decoration: underline; 
  background: #FFFFFF;}

a:link { /*normal links in the text*/
  font-family : Verdana, Arial, Helvetica, sans-serif;
  FONT-WEIGHT: bold;
  font-size: 12px;
  color: #683400; 
  text-decoration: none;} 
a:visited {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  FONT-WEIGHT: bold;
  font-size: 12px;
  color: #683400; 
  text-decoration: none;} 
a:hover { /*this effect is not shown in NN4.xx*/
  font-family : Verdana, Arial, Helvetica, sans-serif;
  FONT-WEIGHT: bold;
  font-size: 12px;
  color: #999999; 
  text-decoration: underline;} 
a:active {/*colour in NN4.xx is red*/ 
  font-family : Verdana, Arial, Helvetica, sans-serif;
  FONT-WEIGHT: bold;
  font-size: 12px;
  color: #683400; 
  text-decoration: none;}

.tblboda {/*The table with the border*/
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 2%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    }
    
.tablecell { /*some styling for the tablecell*/ 
    border: 2px ridge #cc33cc;
    padding: 10px;
    font-family : Verdana, Arial, Helvetica, sans-serif;}   

#BODY {/*The BODY style with the image*/
    font-family : "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
    /*
	background-image: url(images/Shark3.gif);
    background-repeat: no-repeat; /*no-tiling background*/
    background-position: center;
    background-attachment: fixed;
    background-color: #FFFFFF;
	*/
    color : #000000;
    margin: 10px;
}

BODY {/*The BODY style with the image*/
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color : #000000;
    margin: 10px;
}

P, TD {/*for NN's sake... sigh*/
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

.nav {text-align: left;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : #683400;
    }
    
.head {text-align: center;
    font-family : Times, Verdana, sans-serif;
    font-size: 24px;
    color : #683400;
    FONT-WEIGHT: bold;
    }

.subhead {text-align: center;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color : #683400;
    FONT-WEIGHT: bold;
    }
    
.txt {text-align: left;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : #683400;
    }
    
.txtBold {text-align: left;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    font-size: 12px;
    color : #683400;
    }
    
.just {text-align: justify;/*Justified text*/
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : #683400;
    margin: 5px;
    }
  
.copyright {text-align: center;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color : #683400;
    }
    
.quote {text-align: left;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : #683400;
    font-style: italic;
    }

.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #FF0000; 
       margin: 2%;}

span.dropcap {font-size: 300%; font-weight: bold; float: left; width: 0.75em;}
.oldbrowser {display: none;}