html {
	font-size:100%;
	font-family:Consolas, monaco, monospace;
	background:#ffffff;
	color:#111111;
	padding:none;
	margin:5px;
}
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:2px 0 5px 0;
	line-height:120%;
	font-size:4vw;
}
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;
}