@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("instoructorbase.css");

div.box p {
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 3px;
}

div.box p.comment {
	border-bottom-style: none;
	border-bottom-color: none;
	border-bottom-width: none;
}

div.box p.blog {
	clear:both;
	margin: 0px;
	padding: 0px;
	border: none;
}
