.blue {
	color: #0000FF;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip:  rect(auto auto auto auto);

}
.tableline {
	border: thin solid #e7e7e7;
}
.leftline {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: thin double #ff0000;
}
