html {
	font-size:110%;
	font-family:Consolas, monaco, monospace;
	background:#ffffff;
	color:#111111;
	padding:none;
	margin:15px;
}
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;
}
