.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px}
.title {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: bold; color: #5E7DA2}

.navbox {/*some button-like boxes for the left-side navigation*/
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: Verdana,  Eyechart, Geneva, Arial, Helvetica, sans-serif;
    background-color:#5E7DA2; 
    color : #FFFFFF;
    border-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
    width: 120px;
    padding: 3px;
    margin: 6px 1px;
}
      
A.nav {
  color : #000000;
  text-decoration : none; 
  background: #FFFFFF; 
  display: block; 
  width: 120px;  
  }
A.nav:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 120px;  
  }
A.nav:hover { color: #OOOOOO; 
  text-decoration : none; 
  background: #A5B8C9;
  display: block; 
  width: 120px;
  }
A.navtot {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 120px; 
  }/*the actual page*/