body{
overflow:hidden;
font-family:'Courier New', Courier, monospace;
	height:100%;
}
html{
height:100%;
}

.tagRect
{

position:fixed;
word-wrap:none;
word-break:none;
font-family:'Î¢ÈíÑÅºÚ';
white-space:nowrap
}
.tagRect a
{
text-decoration: none;
color:#000000;
line-height:1;
}
.signtip{
	position:absolute;
	right:3px;
	bottom:10px;
	color:#C0C0C0;
	z-index:100;
}
#continer{
	width:100%;
	height:100%;
}
.size1{
	font-size:8px;
}
.size2{
	font-size:12px;
}
.size3{
	font-size:20px;
}
.size4{
	font-size:30px;
}
.size5{
	font-size:40px;
}
.b{
	font-weight:bold;
}
#panel{
	z-index:99;
	background:#FFFFFF;
	color:#000000;
	position:absolute;
	height:98%;
	width:98%;
	top:1%;
	left:1%;
	display:none;
	border:1px solid #000000;
}
#panel .menutip{
	text-decoration:none;
	font-size:60px;
	color:#000000;
	border:1px solid #000000;
	position:absolute;
	padding:2px;
}
#panel .menutip a{
	text-decoration:none;
	color:#404040;
}
#panel .menutip a:hover{
	color:#000000;
}

#nav{
    width:220px;
    border-left:1px solid #ddd;
    position:fixed;
    top:0px;
	bottom:0px;
    //left:0px;
    right:0px;
	z-index:9999;
}

#nav ul{
    list-style:none;
    margin-bottom: 30px; padding: 0;
	position:fixed;
	bottom:0%;
}
#nav ul li{
	height:35px;
	margin-top:10px;
}

#nav a{
    font-size:30px;
    float:left;
    padding: 2px 4px;
	margin:0px auto;
    color:#999;
    text-decoration: none;
width:100%;
	
    //border-bottom:1px solid #ccc;
    cursor: pointer;
    letter-spacing:2px;
}
#nav ::first-letter { 
    font-size: 150%;
    color: #0066CC;
}
#nav a:hover{
	border:1px solid #ccc;
}
a { text-decoration: none;color: #000000}
