body *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
a {
	font: normal 12px Arial;
}
.read{
	display:none;
}
a img{
	border:none;
}
.header_td{
	background:url(images/header-9.jpg);
	background-repeat:no-repeat;
}

.weather {
	background:url(images/weather_en.jpg);
	background-repeat:no-repeat;
	height:200px;
	text-align:left;
	vertical-align:bottom;
	padding-left:10px;
	padding-bottom:10px;
}

.weather a {
	font: bold 12px Tahoma;
	text-decoration: none;
	color:#FFFFFF;
}

.weather a:hover {
	text-decoration: underline;
}
