.fpp {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 14px;
/*   font-family: Trebuchet MS;*/
   font: "Trebuchet MS";
   color: #A85532;
}


A:link {
   font-weight : bold;
   color : #A85532;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:visited {
   font-weight : bold;
   color : #A85532;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:HOVER {
   color : #DC143C;
   text-decoration : none;
   /*background-color : #F0E68C;*/
   font: "Trebuchet MS";
}

.nav {
   border: 1px black;
   background-color: #8C8FBB;
}

A:link.navlink {
   font-weight : bold;
   color : white;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:HOVER.navlink {
   color : red;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:visited.navlink {
   font-weight : bold;
   color : white;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:visited:HOVER.navlink {
   color : red;
   text-decoration : none;
   font: "Trebuchet MS";
}

P.statement {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 14px;
   font: "Trebuchet MS";
   color: #2B2B9B;
}

A:link.contact {
   font-weight : bold;
   color : red;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:HOVER.contact {
   color : purple;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:visited.contact {
   font-weight : bold;
   color : red;
   text-decoration : none;
   font: "Trebuchet MS";
}

A:visited:HOVER.contact {
   color : purple;
   text-decoration : none;
   font: "Trebuchet MS";
}


