﻿@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000000;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active{
	color: #8A4800;
	text-decoration: none;
}
a:hover {
	color: #8A4800;
	text-decoration: none;
}
img{ border:none;
}
#copy{
line-height:20px;
text-align:center;
}

.hr1{ 
width:90%;
height:1px;
border:none;
border-top:1px solid #1a1a1a;
}
html {
overflow-x:hidden; overflow-y:hidden;
} 
.BJ {
	background:#211e1d;
}