/*
	Stylesheet for http://www.memowe.de/lfbml/example/
	Author: Mirko Westermeier <mail@memowe.de>
	Date:   17.09.2003
*/

lfbml {
	background	: #fec url("http://www.memowe.de/lfbml/kueken.jpg") no-repeat 97% 3% fixed;
	color		: black;
	display		: block;
}

bb {
	display		: block;
	margin		: 1em;
}

bb:before {
	content		: "Little Fluffy Birds";
	font-weight	: bold;
	font-size	: 2em;
	font-family	: Helvetica, Verdana, sans-serif;
	color		: navy;
	border-bottom	: thin dashed navy;
}

bird {
	display		: list-item;
	font-weight	: bold;
	margin		: .5em 0 0 2em;
}

bird:before {
	content		: "Vogel ";
	font-weight	: normal;
}

bird whatdoeshedo {
	display		: inline;
	font-weight	: normal;
}
