body {
	color: black;
	background: white;
	font-family: Verdana,Arial,sans-serif;
}

a {color: blue; text-decoration:none}
a:visited {color: #00a}
a:active {color: red}
a:hover { text-decoration:underline }

div.menu {
	background: #ccf;
	margin: 0;
	padding: 0;
	border: thin solid #00A;
	padding: 0.5em 0.5em;
	font-size: 0.8em;
}
