table { font-size: 100%;
}

.contentsbar  { 
    font-family: Arial; color:#1a61a4; font-size: 13px; font-weight: bold; 
    height: 865px;
    }
    
.titlebar  { 
    padding: 5px;   
    margin: -5px;    
    height: 50px; background-color: #c9dbdb;
    }
    
.separatorbar  { 
    height: 3px; background-color: #c9dbdb;
    }

.maintitle  { 
    font-family: Arial; color:#1a61a4; font-size: 20px; 
    }
    
.chaptertitle  { 
    font-family: Arial; color:#1a61a4; font-size: 16px; font-weight: bold;
    } 
    
.strongtext  { 
    font-family: Arial; color:#1a61a4; font-size: 13px; font-weight: bold;
    }    

.author  { 
    font-family: Arial; color:#767676; font-size: 13px; 
    }
    
.article  { 
    padding: 5px;    
    font-family: Arial; font-size: 13px; 
	width:800px;
    }
    
.courier {
         font-family: "Courier New", Courier, mono;
    }

body .contentsbar a { color:#1a61a4; }

body a { color:#1a61a4; }
 
.province    { color: #395A84; font-family: Arial; font-size: 12px; font-weight: bold; }
.speciesFreq { color: #a0a0a0; font-family: Arial; font-size: 12px; }
.storingDate { color: #a0a0a0; font-family: Arial; font-size: 12px; }

.emphasizedCode {
	font-family: "Courier New", Courier, mono;
	color: #141cc0; font-weight: bold;
}

.commentedCode {
	font-family: "Courier New", Courier, mono;
	color: #5f8e5b; font-weight: bold;
}
.graytext {
	color: #606060;
}
