@charset "utf-8";
.weather {
	font-family: Verdana;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3A3A3A;
	text-decoration: none;
	padding-left:15px;
}
.atmosphere {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3D3D3D;
	text-decoration: none;
	padding-left:15px;
}
.town {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #3D3D3D;
	text-decoration: none;
	padding-left:15px;
}
.prognose {
	font-family: Verdana;
	font-size: 10px;
	font-style:normal;
	font-weight:bold;
	font-variant: normal;
	color: #3D3D3D;
	text-decoration: none;
	padding-left:15px;
}
.prognose:link {
	font-family: Verdana;
	font-size: 10px;
	font-style:normal;
	font-weight:bold;
	font-variant: normal;
	color: #3D3D3D;
	text-decoration: none;
	padding-left:15px;
}
.prognose:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style:normal;
	font-weight:bold;
	font-variant: normal;
	color: #3D3D3D;
	text-decoration:underline;
	padding-left:15px;
}
.prognose:active {
	font-family: Verdana;
	font-size: 10px;
	font-style:normal;
	font-weight:bold;
	font-variant: normal;
	color: #3D3D3D;
	text-decoration: none;
	padding-left:15px;
}
