*{
	margin: 0;
	padding: 0;
}
img, img a, img a:hover{
	border: none;
}
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif, "锟斤拷锟斤拷";
}
body{
	width: 100%;
	height: 100%;
	font-size: 12px; 
}
table{
  border-collapse:separate;
}
div, td {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
}
em{
	font-style: normal;
}
a{
	color: #3366bb;
	text-decoration: none;
}
a:hover{
	color: #f60;
	text-decoration: underline;
}

h2, h3, h4, h5, h6{
	font-size: 12px;
	font-weight: normal;
}
em, i{
	font-style: normal;
}

/* ie hack */
.clearline{
	clear: both;
}
.hackbox{
	display: table;
}

/* wapper */

.weatherwapper{
	width: 960px;
	margin: 0 auto;
}
.weatherbanner{
	width: 960px;
	float: left;
	margin-top: 10px;
}
.weatherad{
	width: 300px;
	float: left;
	padding: 0;
	margin-top: 10px;
}

/* page */

.pageclass{
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	margin-top: 20px;
}
.pageclass span{
	font-weight: bolder;
}
.pageclass em{
	margin: 0 20px;
}
.pageclass em a{
	padding: 1px 3px;
	border: 1px solid #99b0d6;
	background: white;
}
.pageclass em a:hover{
	padding: 1px 4px;
	color: black;
	border: none;
	background: transparent;
	text-decoration: none;
}
.no1_weather{
	color: #c00;
}
.no2_weather{
	color: blue;
}
.no3_weather{
	color: #009900;
}
