body    {
	margin: 0px;
	background:#18593B;
	}

A:link	{ color: #669966; text-decoration: none; } 
A:visited { color: #669966; text-decoration: none; } 
A:active { color: #669966; text-decoration: none; } 
A:hover	{ color: #669966; text-decoration: underline; } 

#menu   {
	font-size:12px;
	background:#fff;
  	line-height:20px;
   	text-align:center;
        margin-bottom:20px;
	}	
		
.blog   {
        background:#FFF;
        margin-bottom:20px;
	}
      
.blogbody {
	font-family : verdana, arial, sans-serif;
	color : #000;
	font-size : 14px;
	font-weight : normal;
        height: 100%;
	background : #FFF;
	line-height : 14px;
	padding : 0 25px 0 25px;	
        }	
	
.title  { 
	font-family : verdana, arial, sans-serif;
	color : #000;
	font-size : 18px;
	font-weight : normal;
	text-align : left;
	padding : 0 0 0 25px;
	}

.posted	{ 
	font-family : verdana, arial, sans-serif; 
	font-size : 12px; 
	color : #000;
	padding-left : 25px
	}

.posted2	{ 
	font-family : verdana, arial, sans-serif; 
	font-size : 10px; 
	color : #000;
  	padding-bottom : 40px; 
        border-bottom : 1px solid #000;
	}

.subtitle  { 
	font-family : verdana, arial, sans-serif;
	color : #000;
	font-size : 18px;
	font-weight : normal;
	text-align : left;
	padding : 0;
	}
	

blockquote {
	font-style: italic;
        padding: 5px;
	}

.credits	{ 
	font-family : verdana, arial, sans-serif; 
	font-size : 10px; 
	color : #669966;
	text-align : center;
        }