<style type="text/css" media="screen">  
            body {
                font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
                font-size:10px;
                color:#4D4D4D;
		background-image:url('weather.png');
            }
            
            h2 {
                font-size:14px;             
            }
	     h3 {
                font-size:13px;             
            }

            .weather {
                background:#6cafe3;
                padding:4px;
                margin-bottom:2px;
                width:250px;
                overflow:hidden;
		background-image:url('weather.png');
            }           
            .weather img {
                vertical-align:middle;
                float:left;
                margin-right:4px;
            }
        </style>



