@charset "utf-8";
/* CSS Document */

.bgcolour
{
	background-color:#C6EBBD;
	border:solid #297e2c;
	border-radius: 20px;
}
.textFont
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-align:justify;
}
.borderFrame
{
	border-radius: 20px;
	box-shadow: 5px 5px 15px #030;
}
