@CHARSET "ISO-8859-1";

#blogleft
	{
	width:500px;
	float:left
	}
#blogright
	{
    float:right; 
	width:180px; 
	padding:2px 2px 2px 2px; 
	background-color:#DAE6F4
	}
.blogcomment
	{
	border:1px solid lightgrey;
	padding:3px 3px 3px 3px; 
	width:450px;
	margin-bottom:10px;
	}
#blogright a:hover{
text-decoration:underline 
}
#blogleft a{
text-decoration:underline 
}
.numcom {
font-size:14px;
font-weight:bold;
color:grey
}
.articletitle {
font-size:14px
}
