/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}
.content a:link {
	color: #B4237C;
}
.content a:active {
	color: #B4237C;
}
.content a:visited {
	color: #B4237C;
}
.content a:hover{
	color: #333333;
}
.article p {
	border-left: 1px solid #CCCCCC;
	padding: 0 0.5em 0 0.6em;
	margin:0;
}	
h2 {
	font-size: 15px;
	font-weight:bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	text-align: left;
	padding: 0.5em 6em;
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}
