body { margin: 0; }
a { outline: none; } :focus{ -moz-outline-style: none; }
#html-content
{
	background: #FFF;
	color: #666;
	font-family: Verdana, Arial;
	font-size: 10px;
	margin: auto!important;
	padding: 20px 10px 50px 10px;
	width: 300px;
}
h1, h2, hr, p
{
	margin: 8px 0 8px 0;
}
a
{
	color: #06C;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h1, h2
{
	font-family: Arial;
	font-weight: normal;
}
h1 { font-size: 24px; }
h2 { font-size: 16px; }
hr
{
	border: 0;
	border-bottom: 1px solid #999;
	height: 1px;
}
p { text-align: justify; }
.important { color: #C06; }
p.important
{
	background: #FDE;
	border: 1px solid #C06;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 10px;
	font-size: 120%;
	text-align: left;
}
.invisible { display: none }
