<style type="text/css">
        .top {
            margin-top: 10px;
        }

        .heading {
            font-weight: bold;
            font-size: 22px;
            text-align: left;
            color: #1788DC;
            margin-bottom: 20px;
        }

        #logo h1 {
            color: #357EC7;
            font-family: 'georgia', 'bitstream vera serif', serif;
            font-size: 35px;
            font-weight: normal;
            letter-spacing: 0px;
            line-height: 1;
            margin: 0;
            padding: 10px;
        }

        body {
            color: #000000;
            font-family: 'lucida grande', 'lucida sans unicade', sans-serif;
            line-height: 1.3;
            font-size: 14px;
        }

        ul li {
            list-style: none outside none;
            margin-left: 0;
            word-wrap: break-word;
        }

        ul {
            padding-left: 0;
        }
    </style>