/*==============================================

Stylesheet to supply rules to texteditor

==============================================*/

/* CSS for the related information section at the bottom of each page */
.summary {
	line-height: 1.5;
	text-align:justify;
	border: 1px solid #cccccc; 
	background-color: #F9F9F9;
	margin: 5px 5px 30px 5px;
	padding: 5px;
}
