@charset "utf-8";
/* CSS Document */

.alignRight {
	text-align:right;
}
.clearBoth {
	clear:both;
}

div#cls1 {
	margin:20px;
	padding:20px; 
	border:1px solid rgb(214,214,214);
}
div#cls1 a {
	color:rgb(128,67,23);
	text-decoration:underline;
	font-weight: bold;
}
span.title {
	color:rgb(15,150,62);
	font-weight: bold;
}
