body {
  margin : 0;
  padding : 0;
  background-color : #bbfb64;
  color : #bbfb64;
}
A:link  { text-decoration : none; color :#333399; }
A:visited  { text-decoration : none; color : #999999; }
A:active  { text-decoration : underline; color : #333399; }
p, ul, ol, li { font : 10pt Arial,geneva,helvetica; }
h1 { font : bold 14pt Arial, verdana; }
h2 { font : 12pt Arial, verdana; }
h3 { font : 10pt Arial, verdana; }
small { font : 8pt Arial, verdana; }
#header {
  position : center;
  left : 100;
  right: 100;
  top : 0;
  width : 775;
  height : 175;
  margin-left : 0;
  color : #f7941d;
  padding : 3px;
}
#leftnav {
  position : absolute;
  left : 0;
  top : 200px;
  width : 150px;
  margin-left : 10px;
  color : #cccc99;
  padding : 3px;
  background-color : #bbfb64;
}
#rightnav {
  position : absolute;
  left : 600px;
  width : 300px;
  top : 200px;
  width : 150px;
  color : #000000;;
  padding : 3px;
 }
 #blogtop {
  background-color : #FFFFFF;
  position : absolute;
  top : 200px;
  left : 140px;
  padding : 0px;
  height : 26px;
  width : 450px;
}
#blog {
  background-color : #FFFFFF;
  position : absolute;
  top : 250px;
  left : 140px;
  padding : 3px;
  color : #000000;
  height : 725px;
  width : 445px;
  overflow : auto;
}
#links {
  position : absolute;
  top : 850px;
  left : 10px;
  padding : 3px;
  color : #000000;
  height : 20px;
}
#footer {
  position : absolute;
  top : 1000px;
  padding : 3px;
  color : #000000;
  height : 20px;
}  
.date	{ 
  font-family:arial,verdana; 
  font-size: meduium; 
  color: #333; 
  border-bottom:1px solid #999;
  margin-bottom:10px;
  font-weight:bold;
}	
.posted	{ 
  font-family:verdana, arial, sans-serif; 
  font-size: x-small; 
  color: #000000; 
  margin-bottom:25px;
}
.title	{
  font-family:verdana, arial, sans-serif; 
  font-size: large;
  color: #666;
		}		
