
.small /*small, italicized font*/ {
   font-size: 10pt;
   font-family: "Trebuchet MS";
   font-style: italic
  }
  
li /*general font for lists*/ {
   font-size: 12pt;
   font-family: "Trebuchet MS"
  }
  
blockquote {
   font-size: 10pt;
   font-family: "Trebuchet MS"
  }

p.date /*normal black headings with date as first line*/ {
   color: #000000;
   font-size: "14pt";
   font-family: "Trebuchet MS";
   font-weight: bold; 
  }

p.date:first-line /*Date*/  {
   color: #000000;
   font-size: 10pt;
   font-family: "Trebuchet MS";
   font-weight: "extra-light"
  }
  
p.response /*Title With No Date*/  {
   color: #006F93;
   font-size: "14pt";
   font-family: "Trebuchet MS";
   font-weight: normal; 
}

a:link /*for normal, unvisited links*/ {
   font-family: "Trebuchet MS"; 
   color: #175F79;
   font-weight: bold
   }
a:visited /*for normal visited links*/ {
   font-family: "Trebuchet MS"; 
   color:#6F006F; 
   font-weight: bold
   }
a:hover /*for hovering over normal links*/  {
   font-family: "Trebuchet MS"; 
   color: #FF3300;  
   font-weight: bold
   }
a:active /*for normal active links*/ {
   font-family: "Trebuchet MS"; 
   color: #175F79; 
   font-weight: bold
   }

  
.guest {
   color: #800000; 
   font-size: 30pt;
   font-family: "Trebuchet MS"
  }
 
.sidebar /*This is for the links on the side*/ {
   text-decoration: none; 
   font-family: "Trebuchet MS"; 
   color:#175F79; 
   font-size:12pt; 
    }

.sidehead /*sidebar headings*/ {
   font-size: 12pt;
   font-family: "Trebuchet MS";
   text-transform: uppercase;
   color: black;
   text-decoration: none;
   font-weight: strong;
  }

a.side:link /*for unvisited sidebar links*/ {
   text-decoration: none; 
   font-family: "Trebuchet MS"; 
   font-weight: strong
   color:#175F79; 
   }
a.side:visited /*for visited sidebar links*/ {
   text-decoration: none;   
   font-family: "Trebuchet MS"; 
   color:# 6F006F;
   font-weight: strong

   }
a.side:hover  /*for hovering over sidebar links*/ {
   text-decoration: none;
   font-family: "Trebuchet MS"; 
   color:#00FFFF; 
   font-weight: strong
   }
a.side:active  /*for active sidebar links*/ {
   text-decoration: none;
   font-family: "Trebuchet MS"; 
   color:#175F79; 
   font-weight: strong

   }