pre{
	color: #ffffff;
	}

/*88888888888*/
html,body{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
.left{
	display: block;
	float: left;
}
.right{
	display: block;
	float: right;
}

.text_right{
	text-align: right;	
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
}

.b{
	font-weight: bold;	
}
.alpha100{
	opacity: 1;
	filter: alpha(opacity=100);
}



h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}

.hide{
	display: none;
}