body {background-color: #FFFFFF}

.blue /*normal blue headings*/ {
   color: #000080;
   font-size: 14pt;
   font-family: "Trebuchet MS" 
  }


.brown /*Brown Headings*/  {
   color: #800000; 
   font-size: 14pt;
   font-family: "Trebuchet MS"
  }


.red /*Red Heading*/  {
   color: #FF0000; 
   font-size: 14pt;
   font-family: "Trebuchet MS"
  }

p /*general font*/ {
   font-size: 12pt;
   font-family: "Trebuchet MS"
  }

.pink /*pink font*/ {
	color=#CC99FF;
	font-size: 12pt;
	font-family: "Trebuchet MS"
	}

.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 blue headings with date as first line*/ {
   color: #000080;
   font-size: "14pt";
   font-family: "Trebuchet MS";
   font-weight: strong; 
  }

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: #000080;
   font-size: "14pt";
   font-family: "Trebuchet MS";
   font-weight: normal; 
}
  

p.prediction /*actual predictions*/  {
   color: #000000;
   font-size: 12pt;
   font-family: "Trebuchet MS";
  }
p.prediction:first-line /*prediction headings*/ {
   color: #000080;
   font-size: "14pt";
   font-family: "Trebuchet MS";
   font-weight: normal; 
  }


p.datebrown /*brown headings with date as first line*/ {
   color: #800000;
   font-size: "14pt";
   font-family: "Trebuchet MS";
   font-weight: normal; 
  }

p.datebrown:first-line /*Date*/  {
   color: #000000;
   font-size: 10pt;
   font-family: "Trebuchet MS";
   font-weight: "extra-light"
  }

.dept /*Department of Reader Complaints*/ {
   color: #800000; 
   font-size: 30pt;
   font-family: "Trebuchet MS"
  }

.bigblue /*Large blue headings*/ {
   color: #000080; 
   font-size: 18pt;
   font-family: "Trebuchet MS"
  }

.bigbrown /*Large brown headings*/ {
   color: #800000; 
   font-size: 18pt;
   font-family: "Trebuchet MS"
  }

.smallblue /*blue emphasis, normal font size*/ {
   color: #000080;
   font-size: 12pt;
   font-family: "Trebuchet MS";
   font-weight: bold
  }


.smallbrown /*brown emphasis, normal font size*/  {
   color: #800000; 
   font-size: 12pt;
   font-family: "Trebuchet MS";
   font-weight: bold
  }

a:link /*for normal, unvisited links*/ {
   font-family: "Trebuchet MS"; 
   color:#0000FF; 
   }
a:visited /*for normal visited links*/ {
   font-family: "Trebuchet MS"; 
   color:#660066; 
   }
a:hover /*for hovering over normal links*/  {
   font-family: "Trebuchet MS"; 
   color:#000080; 
   }
a:active /*for normal active links*/ {
   font-family: "Trebuchet MS"; 
   color:#990000; 
   }

  
.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:#000080; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-style: italic;
   font-weight: bold; 
  }

.sidehead /*sidebar headings*/ {
   font-size: 12pt;
   font-family: "Trebuchet MS";
   text-transform: uppercase;
   color: black;
   text-decoration: none;
   font-weight: bold;
  }

a.side:link /*for unvisited sidebar links*/ {
   text-decoration: none; 
   font-family: "Trebuchet MS"; 
   color:#000080; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   font-style: italic;
   }
a.side:visited /*for visited sidebar links*/ {
   text-decoration: none;   
   font-family: "Trebuchet MS"; 
   color:#660066; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   font-style: italic;
   }
a.side:hover  /*for hovering over sidebar links*/ {
   text-decoration: none;
   font-family: "Trebuchet MS"; 
   color:#0000FF; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   font-style: italic;
   }
a.side:active  /*for active sidebar links*/ {
   text-decoration: none;
   font-family: "Trebuchet MS"; 
   color:#990000; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   font-style: italic;
   }

a.guest:link /*for unvisited links on guest index pages*/ {
   font-family: "Trebuchet MS"; 
   color:#800000; 
   font-size:30pt; 
   }
a.guest:visited /*for visited links on guest index pages*/ {
   font-family: "Trebuchet MS"; 
   color:#800000; 
   font-size:30pt;
   }
a.guest:hover  /*for hovering over links on guest index pages*/ {
   font-family: "Trebuchet MS"; 
   color:#660066; 
   font-size:30pt;
   }
a.guest:active  /*for active links on guest index pages*/ {
   font-family: "Trebuchet MS"; 
   color:#FF0000; 
   font-size:30pt;
   }

a.brown:link /*for unvisited links in brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#800000;  
   }
a.brown:visited /*for visited links in brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#800000; 
   }
a.brown:hover  /*for hovering over links in brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#660066; 
   }
a.brown:active  /*for active links in brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#FF0000; 
   }

a.bigbrown:link /*for unvisited links in large brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#800000;  
   font-size:18pt;
   }
a.bigbrown:visited /*for visited links in Large brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#800000; 
   font-size:18pt;
   }
a.bigbrown:hover  /*for hovering over links in Large brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#660066; 
   font-size:18pt;
   }
a.bigbrown:active  /*for active links in Large brown headings*/ {
   font-family: "Trebuchet MS"; 
   color:#FF0000; 
   font-size:18pt;
   }
   
a.special:link /*for the SEARCH link on the side*/ {
   text-decoration: none; 
   font-family: "Trebuchet MS"; 
   text-transform: uppercase;
   color:#000080; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   }
a.special:visited {
   font-family: "Trebuchet MS"; 
   text-transform: uppercase;
   color:#8B008B; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   }
a.special:hover   {
   font-family: "Trebuchet MS"; 
   text-transform: uppercase;
   color:#FF2222; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   }
a.special:active  {
   font-family: "Trebuchet MS"; 
   text-transform: uppercase;
   color:#FF2222; 
   font-size:12pt; 
   background-color: #CBDCEF;
   font-weight: bold;
   }