.blackBar
{
	font-size: 4px;
	background: #000000;
}


.firstWords
{
	color: #6699CC;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	background: #000000;
	font-weight: bold;
}
.firstWords red
{
	color: #FF0000;
}

.articleTitle
{
	color: #006699;
	font-size: 16px;
	font-family: "Arial", sans-serif;
	background: #FFFFFF;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 15px;
}

.contentHeader
{
	color: #6699CC;
	font-size: 16px;
	font-family: "Arial", sans-serif;
	background: #FFFFFF;
	font-weight: bold;
	margin-left: 30px;
}

.content
{
	color: #000000;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	background: #FFFFFF;
	margin-left: 30px;
	font-weight: normal;
}

.content strong
{
	font-size: 16px;
	font-weight: bold;
}


