h3 {
	padding: 4px;
	padding-bottom: 1px;
	background-color: #F20784;
	color: #2F0006;
	font-size: 80%;
	font-weight:normal;
	margin-top:15px;
	display: inline-block;
	}
	h4 {
	font-size: 80%;
	
	margin-bottom:10px;
}

#content_main p
{
	margin-left: 10px;
	margin-right: 5px;
	margin-top:5px;
	line-height: 130%;
}

#content_main li
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top:5px;
	line-height: 130%;
	font-size:80%;
}

#content_main h3 > a:link, #content_main h4 > a:visited, #content_main h4 > a:hover
{
color: #2F0006;
text-decoration: none;
font-weight: normal;
}

#content_main h3 > a:before
{
	content: ">> ";
	color: #E8E4C7;
	font-size: 90%;
	vertical-align: top;
	font-family: times;
}

#content_main h3:hover > a:after
{
	content: " >>";
	color: #E8E4C7;
	font-size: 90%;
	vertical-align: top;
	font-family: times;
}
#content_main h3:hover > a:before
{
	content: "";
}