body              {font-family: arial, verdana; color: 535353;}
input             {font-family: arial, verdana; color: 535353; font-size: 9pt; background-color: DBDBDB;}
select            {font-family: arial, verdana; color: 535353; font-size: 9pt; background-color: DBDBDB;}
a:hover           {text-decoration: none;}
.copyright        {font-size: 8pt; color: white;}
a.copyright       {color: yellow}
.main_txt         {font-size: .8em; text-align: justify; line-height: 150%;}
td.menu_item      {font-size: 8pt; font-weight: bold;}
a.menu_item       {font-size: 8pt; color: blue; font-weight: bold;} 
.date             {padding-right: 3px; padding-bottom: 3px; font-size: .8em; color: #fff;}
.currentWeather {
			color:#3A5029;
			font-family:Tahoma;
			font-size:60%;
		}
		.currentWeather table {
			font-size:100%;
			color:#3A5029;
		}
		.currentWeather .location {
			font-weight:bold;
			text-align:center;
		}
		.currentWeather .icon {
			text-align:center;
		}
		.currentWeather .temperature {
			font-size:280%;
			text-align:center;
		}
		.currentWeather .description {
			font-weight:bold;
		}
		.currentWeather .feelslike {
			font-weight:bold;
		}
		.currentWeather .lastupdate {
			padding:1px;
		}