a {
	color : #0022AA;
	text-decoration : none;
}

a:hover {
	color : #2244FF;
	text-decoration : underline;
}

body {
	color : #000000;
	font-family : Tahoma, sans-serif;
	font-size : 11px;
	margin : 0px 0px 0px 0px;
	
}

h1 {
	color: #003980;
	font-size : 21px;
}

h3 {
	color: #003980;
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	color: #003980;
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	color: #003980;
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}

p, pre, blockquote	{
	line-height : 15px;
	margin-top:5px;
		xborder:1px dashed #0ee;
}

.weblog_title{
	font-size : 22px;
	font-weight : bold;
}

.weblog_subtitle{
	font-size : 13px;
	font-weight : bold;
	font-style : italic;
}

#leftcontent {
	background : #FFF;
	border-right : 1px solid #666;
	float : left;
	margin-right : 15px;
	padding : 10px;
	width : 67%;
}

#commentcontent {
	background : #FFF;
	border-right : 1px solid #666;
	float : left;
	margin-right : 15px;
	padding : 15px;
	width : 67%;
}

#rightcontent {
	color : #666666;
	padding : 10px;
	margin-right : 15px;
	margin-left: 0px;
	height: 100%;
	float:right;
}

#rightcontent p {
	font-size : 11px;
	line-height : 16px;
	margin-top:5px;
	padding:0px;
}

.entry_footer {
	text-align:right;
	font-size : 10px;
}

#weblog_header {
	background : #CCC;
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 10px;
}


