	
body { 
	background: url('lemonbg.jpg') fixed center right; 
	margin-right: 50px; 
	line-height: 16pt;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:georgia; 
	}
	
#about {
    color: #ffff99;
	text-align: right;
	margin-left:700px;
	 }

#menu {
	position:absolute;
	left:230px;
	top:150px;
	   }
	   
#quotes
{
	font: italic normal 8pt georgia;
	margin-right:200px;
	position:absolute;
	top:350px;
	line-height:20pt;
}

#footer
{
	position: absolute;
	left: 100px;
	top: 500px
}
	   
h1 {
	text-decoration: underline;
	letter-spacing: 5pt;
  }
  
h1:first-line {
	line-height: 42pt;
}
 
h1:first-letter {
	font-size: 200%;
	text-decoration: none;
}
	
p {
	font: 8pt/16pt georgia; 
	margin-top:0px; margin-bottom: 0px;
	line-height: 0.9cm;
  }

th {
	display: none;
	
}  

td {
	padding: 2pt;
}
h2 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	text-decoration: underline;
	text-align:center;
	}
	
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0000ff;
	
	}


