.bg {
	scrollbar-face-color: #dddddd; scrollbar-shadow-color: #eeeeee; 
	scrollbar-highlight-color: #dddddd; scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #666666; scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #222222;
}

.post {
	padding: 10px;
	text-align: justify;
	}

.footer {
	padding: 10px 10px 0 10px;
	}

.title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #dedede;
	padding: 5px;
	}
	
.title, .title a, .title a:visited {
	color: #333;
	text-decoration: none;
	}

.title a:hover {
	color: #06c;
	text-decoration: none;
	}

a, a:visited {
	color: #06c;
	text-decoration: none;
	}
		
a:hover {
	color: #ff9900;
	text-decoration: none;
	}
	
small {
	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

.entry, .entry p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

.entry ul li {
	list-style-image: url(images/li.gif);
	vertical-align: text-bottom;
	padding-bottom: 5px;
}

.entry ol li {
	padding-bottom: 5px;
}