#Menu {
	position:absolute;
	top:400px;
	right:20px;
	width:172px;
	padding:10px;
	background-color:#;FF9900;
	border:2px  #663300;
	line-height:17px;



.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"
  }

  
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; 
}
  


.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"
  }

.bigred /*Large red headings*/ {
   color: red; 
   font-size: 18pt;
   font-family: "Trebuchet MS"
  }

.smallblack /*black emphasis, normal font size*/ {
   color: #000000;
   font-size: 12pt;
   font-family: "Trebuchet MS";
   font-weight: bold
  }

 
.guest {
   color: red; 
   font-size: 30pt;
   font-family: "Trebuchet MS"
  }