table#weathertable{
border:#CCCCFF groove 4px;
}
tr.city_name_eng td{
padding: 5px;
font-size:20px;
color:#FFFFFF;
background-color:#6666FF;
font-weight:bold;
text-align:center;
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
}

tr.city_name_ur td{
padding: 5px;
font-weight:bold;
text-align:center;
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
}

tr.weather_report td{
background-color:#FFFFCC;
padding: 3px;
text-align:left;
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
}