
/* OLD CODE */

body {background-color: #FFFFFF}



body {
margin: 10px;
}

.pink /*Pink Heading*/ {
	color: #FFOOFF;
}



.black /*normal black headings*/ {
   color: #000000;
   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"
  }

.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: srong; 
  }

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: #000000;
   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"
  }

.bigblack /*Large black headings*/ {
   color: #000000; 
   font-size: 18pt;
   font-family: "Trebuchet MS"
  }

.bigbrown /*Large brown headings*/ {
   color: #800000; 
   font-size: 18pt;
   font-family: "Trebuchet MS"
  }

.smallblack /*blue emphasis, normal font size*/ {
   color: #000000;
   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"
  }


/* Zen Garden RESOURCES LINK BOX */
#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 

	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}






/* Current LINKS */

.sidebar /*This is for the links on the side*/ {
   text-decoration: none; 
   font-family: "Trebuchet MS"; 
   color:#000080; 
   font-size:12pt; s
   background-color: #FFCC00;
   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;
   }