<style type="text/css">
.bugfix
{
}

html
{
	margin: 0px;
	padding: 0px;
}
body
{
        topmargin: 0px;
        leftmargin: 0px;
	margin: 0px;
	padding: 5px;
	width: 95%;
	background: #000000;
	font-family: Arial Unicode MS, Century Gothic, Book Antiqua, AvantGarde Md BT;
	font-size: 12px;
	color: #FFFFFF;
        background-image: url(nix.jpg);
	background-repeat: no-repeat;
	background-attachment : fixed;
}

p
{
	font-family: Arial Unicode MS, Century Gothic, Book Antiqua, AvantGarde Md BT;
	font-size: 12px;
	color: #FFFFFF;
	background: transparent;
}
a:link, a:visited
{
	font-family: Arial Unicode MS, Century Gothic, Book Antiqua, AvantGarde Md BT;
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
        font-weight: bold; 
}

a:active, a:hover
{
	font-family: Arial Unicode MS, Century Gothic, Book Antiqua, AvantGarde Md BT;
	color: FFFFFF;
	background: transparent;
	text-decoration: underline;
        font-weight: bold; 
}
table {
	font-family: Arial Unicode MS, Century Gothic, Book Antiqua, AvantGarde Md BT;
	font-size: 12px;
	color: #FFFFFF;
}
hr {
	width: 100
	color: #FFFFFF;
}
</style>