
.headtext {color: blue;
           font-weight: bold;
           font-size: 22px;
           font-family: Arial;}

.large {color: black;
         font-weight: bold;
         font-size: 20px;
         font-family: Arial;}

.normal {color: black;
         font-weight: bold;
         font-size: 16px;
         font-family: Arial;}

.medium {color: black;
         font-weight: bold;
         font-size: 14px;
         font-family: Arial;}

.small {font-weight: bold;
        font-size: 12px;
        font-family: Arial;}

.micro {color: black;
        font-weight: normal;
        font-size: 10px;
        font-family: Arial;} 



.redtext {color: red;
          font-weight: bold;
          font-size: 16px;
          font-family: Arial;}

.bluetext {color: blue;
          font-weight: bold;
          font-size: 16px;
          font-family: Arial;}


a.linktext:link {color: blue;}
a.linktext:visited {color: blue;}
a.linktext:hover {color: teal;}
a.linktext:active {color: blue;}


a.email:link {color: blue;
                  font-weight: bold;
                  font-size: 12px;
                  font-family: Arial;}
a.email:visited {color: blue;
                  font-weight: bold;
                  font-size: 12px;
                  font-family: Arial;}
a.email:hover {color: blue;
                  font-weight: bold;
                  font-size: 14px;
                  font-family: Arial;}
a.email:active {color: blue;
                  font-weight: bold;
                  font-size: 12px;
                  font-family: Arial;}



a.emergency:link {color: red;
                  font-weight: bold;
                  font-size: 12px;
                  font-family: Arial;}
a.emergency:visited {color: red;
                  font-weight: bold;
                  font-size: 12px;
                  font-family: Arial;}
a.emergency:hover {color: red;
                  font-weight: bold;
                  font-size: 14px;
                  font-family: Arial;}
a.emergency:active {color: red;
                  font-weight: bold;
                  font-size: 12px;
                  font-family: Arial;}


