html {
	font-size: 1.2em;
	font-family:Consolas, monaco, monospace;
	padding:none;
	margin:10px;
}
:root {
	color-scheme: light dark;
}
body {
	background-color: light-dark(#fff,#1a1a1a);
	color: light-dark(#000,#e0e0e0);
}
h1 {
	padding:10px 0 5px 0;
	font-size:150%;
	font-weight:bold;
}
h2 {
	padding:5px 0 2px 0;
	font-size:120%;
	font-weight:bold;
}
p {
	padding:3px 0 5px 0;
	line-height: 150%;
}
a {
	text-decoration:none;
}
a:link,a:active {
	color:#9900ff;
	border-bottom:1px solid #9900ff;
}
a:hover {
	color:#6b00b3;
	border-bottom:1px dotted #6b00b3;
}
a:visited {
	color:#555555;
	border-bottom:1px dotted #555555;
}
table {
	padding:10px;
}
td {
	text-align:left;
	padding:3px;
}
