	body {
		margin:0em;
		font-size:11px;
		font-family:arial, sans-serif;
		background-color:#000;;
	}

	td {
		font-size:11px;
		font-family:arial, sans-serif;
	}

	p {
		background:black;
	}

	h1 {
		font-size:12px;
		color:#979797;
		font-family:helvetica, verdana, arial;
	}

	a:hover {
		color:#804c4c;
		background-color:#f0efe3;
	}

	h2 {
		font-size:10px;
		color:#ffffff;
		font-family:arial, sans-serif;
	}

	h3 {
		font-size:18px;
		color:#ffffff;
		font-family:arial, sans-serif;
	}

	#textreg {
		color:#aaa;
		font: normal 12px/15px Arial, sans-serif;
		position:absolute;
		top:10px;
		left:10px;
		text-align:left;
	}

	#textreg a:link{
		color:#fff;
		text-decoration:none;
		border:none;
	}

	#textreg a:visited{
		color:#aaa;
		text-decoration:none;
		border:none;
	}

	#textreg a:hover, #textreg a:active{
		color:#fff;
		border-bottom:1px dotted #fff;
		text-decoration:none;
	}


	#fixed_label{
		position:absolute;
		left:0px;
		top:0px;
		color:#aaa;
		font: normal 12px/15px Arial, sans-serif;
		padding:10px;
		text-align:left;
	}

	img{
		margin:0px 50px;
		border:1px solid #000;
		padding:0px;
	}


	a:link,a:visited,
	a:hover,a:active{
		background:transparent;
	}

	a:link img,a:visited {
		border:none;
		padding:0px;
		}

	a:hover img,a:active img{
		border:1px dotted #666;
		padding:-1px;
		}


