A {
        color: #109; 
        text-decoration: none;
} 

A:link { 
        color: #109; 
        text-decoration: none; 
}
 
A:visited { 
        color: #109; 
        text-decoration: none; 
}
 
A:active { 
        color: #109; 
        text-decoration: none;  
}
 
A:hover	{ 
        background-color: #ffa; 
        text-decoration: none; 
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.comments-head	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
		color: #999; 
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px dotted #666;		
}	

.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
}			

.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#545;
		font-size:x-small;
		font-weight:bold;
  		background:#FFF;
  		line-height:140%;
  		border-bottom:1px dotted #666;
  		text-transform:uppercase;
		letter-spacing: .2em;  					
}		

.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #999; 
}

.extended { 
                font-size:80%; 
}

.blogbody {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;		
}

.side {
		font-family:verdana, arial, sans-serif;
		color:#323;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;				
		}	

.blogtitle {
                font-family:verdana, arial, sans-serif; 
		font-size: normal; 
		color: #999; 
		font-weight:bold;
		text-transform:uppercase;
}



