@charset "UTF-8";
#text a {
	border: 1px solid #63e64f;
	text-decoration: none;
	color: #009900;
	padding-right: 2px;
	padding-left: 2px;
}
#text a:hover {
	border: 1px solid #63e64f;
	text-decoration: none;
	color: #009900;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFCC66;
}
#text h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CC99;
	border-left-color: #66CC99;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 5px;
}
