div.archive 
{
	margin: 0 0 0 20px;
}

div.archive a 
{
	text-decoration: none;
}

div.archive h3 {
	margin: 2em 0 0 0;
	padding: 0.5em 0 0.5em 0;
	border-width: 0 0 1px 0;
	border-color: #000;
	border-style: solid;
}

div.archive ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.archive li {
	padding: 0.5em 0 0.5em 0;
	border-width: 0 0 1px 0;
	border-color: #000;
	border-style: dashed;
}

div.blog p { 
	line-height: 1.5em;
}

div.blog hr {
	border: none 0; 
	border-top: 1px dashed #888;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

div.blog img.left {
	margin: 0 5px 0 0;
}

div.blog img.right {
	margin: 0 0 0 5px;
}

div.blog img {
	margin: 0 5px 0 5px;
}

div.cap {
	margin: 0 5px 5px 5px;
	font-size: 8pt;
	color: #999;
	line-height: 1.2em;
}