P {
        color:	#000000; /* Sets the color of the font */ 
        background: transparent;
        font-size: 15px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: times, serif
   }
   
P.copy {
        color:	#000000; /* Sets the color of the font */ 
        background: transparent;
        font-size: 11px; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif
   }
   
P.center {
        color:	#000000; /* Sets the color of the font */ 
        background: transparent;
        font-size: 15px; /* Points (such as 8pt) is possible, but always use % */
        text-align: center; /* alignment left, right, center, justify */
        font-family: times, serif
   }
   
P.contact {
        color:	#000000; /* Sets the color of the font */ 
        background: transparent;
        font-size: 17px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: times, serif
   }

FONT.list {
        color:	#000000; /* Sets the color of the font */ 
        background: transparent;
        font-size: 15px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        vertical-align: middle; /* alignment left, right, center, justify */
        font-family: times, serif
   }
   
LI {
        color:	#006699; /* Sets the color of the font */
        list-style-type: disc;
        font-size: 12px; 
        text-align: left; /* alignment left, right, center, justify */
        vertical-align: middle; /* alignment left, right, center, justify */
        font-family: times, serif
   }
   
P.subhead {
        color: #000000; /* Sets the color of the font */ 
        background: transparent;
        font-size: 15px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: left; /* alignment left, right, center, justify */
        font-family: arial; /* Fonts in quotes */
        font-weight: bold
   }

   
   

A:link        {text-decoration: none; font-weight: normal; color: #006699; background-color: transparent; font: 15px times, serif;}
A:visited     {text-decoration: none; font-weight: normal; color: #0099CC; background-color: transparent; font: 15px times, serif;}
A:HOVER       {text-decoration: none; font-weight: normal; color: #000099; background-color: transparent;  font: 15px times, serif;}

A.copy:link        {text-decoration: none; font-weight: normal; color: #006699; background-color: transparent; font: 11px times, serif;}
A.copy:visited     {text-decoration: none; font-weight: normal; color: #0099CC; background-color: transparent; font: 11px times, serif;}
A.copy:HOVER       {text-decoration: none; font-weight: normal; color: #000099; background-color: transparent;  font: 11px times, serif;}

A.link:link        {text-decoration: none; text-align: center; font-weight: normal; color: #006699; background-color: transparent; font: 15px times, serif;}
A.link:visited     {text-decoration: none; text-align: center; font-weight: normal; color: #0099CC; background-color: transparent; font: 15px times, serif;}
A.link:HOVER       {text-decoration: none; text-align: center; font-weight: normal; color: #000099; background-color: transparent;  font: 15px times, serif;}

A.underline:link      {text-decoration: underline; font-weight: normal; color: #006699; background-color: transparent; font: 15px times, serif;}
A.underline:visited   {text-decoration: underline; font-weight: normal; color: #0099CC; background-color: transparent; font: 15px times, serif;}
A.underline:HOVER     {text-decoration: underline; font-weight: normal; color: #000099; background-color: transparent;  font: 15px times, serif;}

A.contact:link        {text-decoration: none; font-weight: normal; color: #006699; background-color: transparent; font: 17px times, serif;}
A.contact:visited     {text-decoration: none; font-weight: normal; color: #0099CC; background-color: transparent; font: 17px times, serif;}
A.contact:HOVER       {text-decoration: none; font-weight: normal; color: #000099; background-color: transparent;  font: 17px times, serif;}

