html, body, table, tr, td, th, img{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	font: 12pt serif;
}
h2{
	margin-top: 5px;
}
#left h3, #right h3{
	cursor: pointer;
	padding-left: 27px;
	color: #00f;
	background: url(h3_mark.gif) no-repeat 0 3px;
}
#outer{
	position: relative;
}
#center, #left, #right{
	background: #f0f7f5;
	padding: 5px 10px;
	margin: 10px 10px;
	border: 1px dotted black;
	position: relative;
}
#gismeteo{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#left{
	float: left;
	width: 515px;
	
}
#right{
	min-width: 500px;
	margin-left: 560px;
	margin-top: 20px;
}
#left div{
	display: none;
	font-weight: 700;
	padding-left: 25px;
}
#right div{
	display: none;
	font-weight: 700;
	padding-left: 25px;
}
#april {
	color:#f00;
}
#march{
	color:#00f;
}
.clr{
	clear: both;
}