<style type="text/css">
.bugfix
{
}

html
{
	margin: 12px;
	padding: 12px;
}
body
{
        topmargin: 12px;
        leftmargin: 12px;
	margin: 12px;
	padding: 12px;
	width: 95%;
	background: #FFFFFF;
        background-image: url(background_paper.jpg);
	font-family: Courier New, Century Gothic, Arial;
	font-size: 12px;
	color: #000000;
}

p
{
	font-family: Courier New, Century Gothic, Arial;
	font-size: 12px;
	color: #000000;
	background: transparent;
}
a:link, a:visited
{
	font-family: Arial, Courier New;
	color: #56737E;
	background: transparent;
	text-decoration: none;
        font-weight: bold; 
}

a:active, a:hover
{
	font-family: Arial, Courier New;
	color: black;
	background: transparent;
	text-decoration: underline;
        font-weight: bold; 
}

table {
	font-family: Courier New, Century Gothic, Arial;
	font-size: 12px;
	color: #000000;
}
hr {
	width: 77%;
	color: #000000;
}
</style>