/* LINKS */
a:link {
  color: #0A8056;
  }
a:visited {
  color: #3DD087;
  }
a:hover {
  color: #9A3140;
  cursor: hand;
  }
a:active {
  color:red;
  } 
 

 
/* Body and Scrollbars */  
body {
  background-color: #ffffff;
  margin: 20px;
  font-family: verdana, arial, "sans serif";
  width: 450px;
  }
 

 
/* TEXT*/ 
/* Basic text */ 
.tx, .txr, .txl, .quote {
  color: #055C3D;
  font-size: 12pt;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  }
.txr {  text-align: right}
.txl {  text-align: left} 

/* For testimony page quote */
.quote {  
  text-align: left;
  margin-left: 50px;
  }


 
/* Headlines */ 
.head {
  color: #055C3D;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  }
  
.head2 {
  color: #055C3D;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  }
  
/* Colors */  
.red {color: red;}
  
.blue {
  color: #0000FF;
  font-weight: bold;
  }
.green {
  color: #009900;
  font-weight: bold;
  }
.pink {
  color: #FF00CC;
  font-weight: bold;
  }
  
.s {
  color: black;
  margin-left: 35px;
  }
  
.service {
  background-color: #efefef;
  border: 1px solid black;
  padding: 20px;
  }    

.indent1 {margin-left: 20px; }
.indent2 {margin-left: 35px;}
.indent3 { margin-left: 60px;}
      
