body {
	background-color: #BACC50;
	/*background-image: url(../images/blk-logo.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
}

.fronttext {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 10px;
	line-height: 35px;
	color: #FFFFFF;
}

.fronttext a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2px 6px;
	display: inline-block;
}
.fronttext a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px 6px;
	display: inline-block;
}