div.weather { 
margin: 0 0 0 -7; 
padding: 0 0 0 7px; 
} 

div.weather div.temper { 
font-size: 14px; 
font-family: Tahoma; 
margin: 0 0 9px 0; 
} 

div.weather h2 { 
font-size: 14px; 
font-family: Tahoma; 
color: #ee6000; 
float: left; 
margin: 0; 
} 

div.weather h2 a:link, div.weather h2 a:visited, div.weather h2 a:hover, div.weather h2 
a:active { 
font-size: 14px; 
color: #ee6000; 
font-family: Tahoma; 
} 

div.weather table { 
width: 120px; 
font-family: Tahoma; 
margin: 0; 
border-collapse: collapse; 
padding: 0; 
} 

div.weather table td { 
padding: 0 0 10px 0; 
vertical-align: middle; 
font-size: 12px; 
} 

div.weather table td.date { 
padding-right: 0px; 
} 

div.weather table td.temper { 
padding-right: 0px; 
}