body,html
{
	font-family: "Georgia";
	background: #fed;
}

h1
{
	font-family: "Tahoma","Verdana",sans-serif;
	text-decoration: underline;
	font-size: 250%;
	color: #800; 
	text-align: center;
}

li.category0
{
	list-style-type: square;
	font-family: "Tahoma","Verdana",sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #a70;
	padding-top: 1cm;
}

li.category1
{
	list-style-type: circle;
//	font-family: "Tahoma","Verdana",sans-serif;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
	color: #a70;
	padding-top: 3mm;
}

li.category2,li.category3,li.category4,li.category5
{
	list-style-type: disc;
	font-family: monospace;
	font-weight: bold;
	font-size: 14pt;
	color: #a70;
	padding-top: 1mm;
}

li.favourite a
{
	list-style-type: disc;
	font-family: "Georgia",serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}

li.favourite a:hover
{
	background: #dcb;
}

.url
{
	font-family: serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #888;
	padding-left: 5mm;
}

.desc
{
	font-family: serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	color: #a00;
	padding-left: 5mm;
}

