﻿body {
	/* background-color: #252528; */	
	background-color: #000;
	color: #E5E5E5;
	font-family: "Microsoft YaHei";
}

div {	
	padding-left: 10px;
	margin-bottom: 10px;
}
.fixedBox{	
	width:60%;
	height:95%;
	position:fixed;
	left:300px;
	top:15px;							
	overflow:auto;	
	border: 1px solid #d2d2d3;	
}

.fixedBox::-webkit-scrollbar {
	width: 4px;     
	height: 4px;
	scrollbar-arrow-color:white;
	background-color: #d2d2d3;		
}
.fixedBox::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	scrollbar-arrow-color:#555;
}
.fixedBox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}				


button {
	float: right;
	margin-right: 20px;
}

h {
	margin-right: 10px;
}


h2 {
	margin: 1px;
}

h3 {
	margin-top: 5px;
	font-size: 18px;
}

h4 {
	margin: 10px 1px 1px 1px;	
	padding:1px;
	font-size: 15px;
}


ul {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px 3px 3px 5px;
}


t {
	margin-left: 15px;	
	font-size: 12px;
}

p {
	margin-top: 10px;	
}

a {
	margin: 1px 15px 1px 0px;

}

a:link {
	color: #E5E5E5;
	text-decoration: none;
}

a:visited {	
	color:#E5E5E5; 
	text-decoration:none; 
}

a:hover {
	color: aqua;
	text-decoration: underline;
}

a:active {
	font-style: italic;
}

iframe {
	background-color: #000;
	/* border-left: 1px solid #D9D9D9; */
	/* margin-top: 10px; */
	padding: 1px;
}
