P {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 100%; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }
   
.left {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 100%; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }

.left2 {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 90%; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }
   
.left3 {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 87%; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }
   
.testimonial {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 80%; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: arial; /* Fonts in quotes */
        font-weight: normal;
   }
   
   
.brownText {
        color: #873517; /* Sets the color of the font */ 
        background: transparent;
        font-size: 100%; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }  
   
P.white {
        color: white; /* Sets the color of the font */ 
        background: transparent;
        font-size: 85%; /* Points (such as 8pt) is possible, but always use % */
        font-weight: bold;
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
   } 


P.copy {
        color: #FFFFFF; /* Sets the color of the font */ 
        background: transparent;
        font-size: 80%; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }
   
.brownCopy {
        color: #873517; /* Sets the color of the font */ 
        background: transparent;
        font-size: 80%; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif; /* Fonts in quotes */
        font-weight: bold;
   }
   

A:link        {text-decoration: none; font-weight: bold; color: #873517; background-color: transparent; font: 100% times, serif;}
A:visited     {text-decoration: none; font-weight: bold; color: #873517; background-color: transparent; font: 100% times, serif;}
A:HOVER       {text-decoration: none; font-weight: bold; color: #BF5C04; background-color: transparent;  font: 100% times, serif;}

A.address:link        {text-decoration: none; font-weight: bold; color: #873517; background-color: transparent; font-size: 100%; font-family: times, serif;}
A.address:visited     {text-decoration: none; font-weight: bold; color: #873517; background-color: transparent; font-size: 100%; font-family: times, serif;}
A.address:HOVER       {text-decoration: none; font-weight: bold; color: #FFFFFF; background-color: transparent; font-size: 100%; font-family: times, serif;}

A.copy:link        {text-decoration: none; font-weight: bold; color: #873517; background-color: transparent; font-size: 100%; font-family: times, serif;}
A.copy:visited     {text-decoration: none; font-weight: bold; color: #873517; background-color: transparent; font-size: 100%; font-family: times, serif;}
A.copy:HOVER       {text-decoration: none; font-weight: bold; color: #FFFFFF; background-color: transparent; font-size: 100%; font-family: times, serif;}
