.title
{ 
	color: #000000;
	font-size: xx-small;
	font-family: Arial;
	cursor: hand;
	text-align : center;
}

.entry
{
	color: #330000;
	font: 10px Arial;
	font-weight: bold;
	cursor: hand;
}

.crazy
{
	color: #330000;
	font: 12px Arial;
	font-weight: bold;
	cursor: hand;
}

.weaktitle
{
	color: #cc0033;
	font: 12px Arial;
	font-weight: bold;
	cursor: hand;
}

.weakentry
{
	color: #cc0033;
	font: 12px Arial;
	font-weight: bold;
	cursor: hand;
}

.weakcrazy
{
	color: #cc0033;
	font: 10px Arial;
	font-weight: bold;
	cursor: default;
} 