*{
	margin: 0px;
	padding: 0px;
	list-style: none;
/*margin-top
margin-bottom
margin-left*/

}

body {
	position: absolute;
	font-family:"arial", monospace, Geneva, Verdana, Helvetica, sans-serif; 
	font-size: 7pt;
	line-height: 9pt;
	scrollbar-face-color: #fff;	
	background-color: 	#fff; 

	}
#name{
	color: #000;
	position: absolute;
	left: 55px; top: 45px;
	width: 860px; height: 30px;
	padding: 0px;
}

#box{
	POSITION: absolute;
	left:35px; top: 15px;
	width:860px; height:60px;
	border: none; background: #fff; 
}

#top_line
{
	POSITION: absolute;
	left: 35px; top:15px;
	width:800px; height:1px;
	border:none; background: #000000; 
	padding: 0p8x;
}

#line
{
	POSITION: absolute;
	left: 55px; top: 79px;
	width:752px;height:1px;
	border:none; background:  #000000; 
		padding: 0px;
}

#info{
	position: absolute;
	left: 500px; top: 35px;
	width:305px; height: 40px;
	text-align:right;
 	background-color: transparent;
	padding: 2px 2px 4px 2px;
}
a{
	text-decoration: none;
}
a:link{
	color: #575757;
}

a:visited{
	color: #575757;
}

a:hover{
	color: #FE0101;
}

a:active{
	color: #FE0101;
}

#name a:hover{
	color:#FFCC00; /*#ffdd00;*/
}

h1	{
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2	{
	color:: #575757;
	font-size: 7px;
		font-family:"arial";
	line-height: 9pt;
	padding: 0px;
	margin: 0px;
}

