/* CSS Document */
.roundcont {
	width:600px;
	color: #fff;
}
.roundcont p {
	background-color: #F4FFF8;
	font-family: Lucida Grande, tahoma, arial;
	font-size: 11px;
	text-align:left;
	line-height: 15px;
	color: #7AC391;
	margin: 0;
	padding: 15px;
}
.foot p {
	background-color: #F4FFF8;
	font-family: Lucida Grande, tahoma, arial;
	font-size: 11px;
	text-align:center;
	line-height: 15px;
	color: #7AC391;
	margin: 0;
	padding: 15px;
}
.bg {
	background-color: #F4FFF8;
	}
.navi {
	background-color: #F4FFF8;
	padding: 10px;
	}
.bold {
	color: #5C906D;
	font-weight:bold;
}
a:link {
	color: #5C906D;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #7AC391;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #5C906D;
	font-weight:bold;
	text-decoration: none;
}
img {
	border:0;
	}
.links a {
	color: #7AC391;
	font-weight:normal;
	text-decoration: none;
}