.externalblock
{
	display		:	block;
	float		:	left;
	margin		:	5px 5px 5px 5px;
	width		:	15em;
	height		:	10em;
	border		:	solid #0000ff 1px;
	background	:	#f0f0f0;
}
.block
{
	display		:	block;
	float		:	left;
	margin		:	5px 5px 5px 5px;
	width		:	15em;
	height		:	10em;
	border		:	solid #ff0000 1px;
	background	:	#f0f0f0;
}
.externalblock a, .block a
{
	background	:	#808080;
	color		:	#ffffff;
	text-decoration	:	none;
	text-align	:	center;
	font-size	:	small;
	display		:	block;
}
.unwritten
{
	background	:	#000000;
	color		:	#ffffff;
	text-decoration	:	none;
	text-align	:	center;
	font-size	:	small;
	display		:	block;
}
.categories
{
	text-align	:	right;
	display		:	block;
	color		:	d0d0d0;
	background	:	#ffffff;
	font-size	:	smaller;
}
dt
{
	font-weight	:	bold;
}
.th
{
	font-weight	:	bold;
}
.i
{
	font-style: italic;
}

