    /* <![CDATA[ */
        body { font: normal .7em verdana, sans-serif; }
        h4 { clear: both; }
        p { padding: 0; margin: 0; line-height: 1.5em; }

        .weather { 
            border: 1px dashed #ccc; 
            width: 248px;
            float: left;
            margin-bottom: 2em;
            }
        
        /* 
           Following is a fudge that works only in IE/Win and puts a border around the image
           because it doesn't handle PNG transparency too well 
        */
        * html .icon img { border: 1px solid #ccc;  }
        .temp { font: normal 2em Georgia, serif; color: #900; }
        .cc { text-align: center; float: left; width: 40%; }
        .misc { margin-left: 41%; }
        .attrib { clear: both; text-align: center; padding: .5em; background: #eee; }
    
    /* ]]> */