/* normal.css */

body {
	/* background-image: url("/www/manuscript.png");	/* color: #ffe6d9 */
	/*	background-image: url("/tile.png");	/* color: #ffe6d9 */
	line-height: 120%;
	background-color: #f0ffff;
	font-size: 95%;
}

/*
ul {
	list-style-image: url("/ball_red.png");
}

ul.level2 {
	list-style-image: url("/ball_blue.png");
}

ul.level3 {
	list-style-image: url(/ball_green.png);
}
*/
A:link { 
	color: blue;
}

A:active {
	font-weight: bold;
}

A:visited {
	color: green;
}

A:hover {
	background-color: #ffe6d9;
}


div.text {
	text-indent: 2em;
}


span.last_upd {
	font-size: 70%;
	font-weight: normal;
}
