html, body {
    margin: 0;
	font-size: 14px;
	font-family: tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif, "ËÎÌå", MingLiu, PMingLiu;
	color: #000;
	border: 0;
	background: #FFF;
}


img {
    border: 0;
}

a {
	text-decoration: none;
}
a:link {
	color: #0063DC;
}

a:hover {
	color: #ffffff;
	background: #0063DC;
}

#top {
    height: 50px;
	margin: 10px;
	border-bottom: 1px solid #dadada;
}

#main {
    margin: 10px;
}

#footer {
    margin: 20px 10px;
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}

#sidebar {
	float: right;
	width: 180px;
}


#index {
    border: 1px solid #E3E3E3;
	border-top: 0;
	background: #F3F3F3;
	padding: 5px;
}

#context_btn {
    width: 18px;
	background: #F3F3F3;
	float: left;
	height: 25px;
	text-align: center;
}

#title {
    background: #FFFFFF;
	border: 1px solid #E3E3E3;
	height: 23px;
	padding-left: 5px;
	line-height: 23px;
}

#index a {
    display: block;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #F3F3F3;
	padding-left: 5px;
	height: 18px;
}

#index a:hover {
    border: 1px solid #E3E3E3;
	background: #fff;
	color: #000;
	text-decoration: none;
}

.t1 {
    border: 0;
	margin: 0;
	padding:0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

h1 {
    font-size: 22px;
	color: #FF0084;
	font-family: arial;
}

h2 {
    font-size: 18px;
	color: #0063DC;
	font-family: arial;
}

pre {
    background: #f1f1f1;
	padding: 5px;
	line-height: 16px;
	border: 1px dotted #ccc;
	width: 750px;
}

#visitor_count {
    display: none;
}
