	p {font-size:13px; font-family:arial; width:550px;}
	b {color:red;}
	a {color:blue;}
	
	#left 
	{
		position: absolute;
		left: 30px;
		top:10px;
	}
	#right
	{
		position: absolute;
		left:300px;
		top:0px;
	}
	
	
.comments
{
	width:200px; 
	height:300px; 
	overflow:auto;
	font-size:11px;
	font-family:verdana;
}

.all_comments
{
	font-size:11px;
	font-family:verdana;
}