body {
   background-color: white;
   margin-left: 0px;
   margin-top: 0px;
   font: "Trebuchet MS";
}

body.catalog {
   font: "Trebuchet MS";
   background-color: white;
   margin-left: 0px;
   margin-top: 0px;
   /*background-image: url(../pics/birdbg.gif);*/
}

body.catalogbird {
   font: "Trebuchet MS";
   background-color: white;
   margin-left: 0px;
   margin-top: 0px;
   background-image: url(../pics/birdbg.gif);
}

body.catalogpages {
   background-color: white;
   margin-left: 15px;
   margin-top: 15px;
   /*background-image: url(../pics/birdbg.gif);*/
}

a {
   text-decoration: none;
   font: "Trebuchet MS";
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
   color: #A85532;
	font-size: 20px;
}

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

.tre {
   font-size: 14px;
   font: "Trebuchet MS";
   color: #A85532;
}

p.small {
   font-size: 12px;
   font: "Trebuchet MS";
   color: #A85532;
}

p.photo {
   font-size: 10px;
   font: "Trebuchet MS";
   color: #2B2B9B;
}

#photo {
   font-size: 10px;
   font: "Trebuchet MS";
   color: #2B2B9B;
}

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";
}

