p
{
	margin: 0;
	padding: 0;
}

.ci-block
{
	background-color: #EEE;
	border: #FF0000 thin solid;
	width: 170px;
	padding: 2px;
}

.ci-date
{
	background-color: #488800;
	font: italic bold 1em "Courier New", Courier, monospace;
	text-align: center;
}

.ci-name
{
	background-color: #0166FE;
	font: bold 1em "Courier New", Courier, monospace;
	color: #FFF;
	text-align: left;
}

.ci-text
{
	background-color: #EEE;
	font: 1em "Courier New", Courier, monospace;
	margin-bottom: 5px;
	text-align: left;
}
