html {
	background: beige;
	text-decoration: none;
	color: black;
	font-family: monospace
}
a { text-decoration: none }
p,ul { font-size: 8pt }
h1 { font-size: 16pt }
a:visited { color: blue }
a:link { color: red }
a:hover { color: green }
button.good { background: lightgreen }
button.bad { background: pink }
button.del { background: red }
