body {
	font: 10pt Georgia;
	margin-left: 50px; 
	}
a { color:#08f; }
#wrapper {}
#page {}
#header {
	font-size:40px;
	letter-spacing:-3px;
	font-weight:bold;
	color:#888;
	background: url(header.gif) no-repeat;
	padding-left:350px;
	height: 41px;
	padding-top:85px;
	}
#body {}
	.main {}
		.descr { }
		.blogdate { 
			color:#08f; 
			font-size:120%; 
			letter-spacing:-1px;
			border-bottom: 2px solid #08f;
			}
		.blog { }
			.blogmeta {
				border-bottom: 1px solid black;
				border-top: 1px solid #ccc;
				margin-bottom:6px;
				padding:4px;
				}
	.navi {}
	.mainfooter {}
#footer {}
#footer ul li { display:inline; border-left: 2px border red; }
#footer .first { border-left: 0; }
#footer p {display:block;}

blockquote { margin-left:20px; }

a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " < " attr(href) " > ";
	color: grey;
	font-style: italic;
	font-weight: normal;
}
a[href^="/"]:after {
	content: " < http://digitta.com"attr(href)" > ";
}