﻿body {
	font-family: Arial;
	font-size: 0.95em;
	color: #000000;
	background-color: #FFFFFF;
}

.report-container {
	border: 2px #000000 solid;
	background: #FFFFFF;
	padding: 0px 10px 10px 10px;
	border-radius: 10px;
	width: 290px;
	margin: 0 auto;
}

.weather-icon {
	vertical-align: middle;
	margin-right: 10px;
}

.weather-forecast {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px;
}

.time {
	line-height: 25px;
}

span.fussnote1 {
	font-size: 0.75em;
	color: #000000;
	text-align: right;	
	vertical-align: top;
	padding-left: 55px;
}
span.fussnote2 {
	font-size: 0.75em;
	color: #000000;
	text-align: right;	
	vertical-align: top;
	padding-left: 120px;
}

h2{
	text-shadow: -1px -1px 1px #CfCfCf;	
	border-bottom: 1;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #000000;
}

h3{
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #CfCfCf;	
	border-bottom: 1;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #000000;
}

a{
	text-decoration: none;
	color: #000000;
}
