* {
    margin: 0;
    padding: 0;
}

body {
    margin: 10px;
    background: #fff;
    font: small/125% Verdana, Arial, helvetica;
}


h1 {
    font: 10px Verdana;
    font-weight: bold;
    letter-spacing: .2ex;
    text-transform: uppercase;
    height: 35px;
    margin: -10px;
    padding-left: 5px;
    margin-bottom: 2em !important;
    line-height: 35px;
    background: #EDF7D4;
    border-bottom: 1px solid #AECC66;
}

h1, p {
    margin-bottom: 1em;
}

h1 #logo span {
    display: none;
}

h1 #logo {
    display: block;
    float: left;
    margin: 5px;
    width: 88px;
    height: 25px;
    background: url(mydzzl-logo.png) top left no-repeat;
}

a:link,a:visited {
    color: #8E643C;
}

a:hover {
    color: #C29870;
}

ul li {
    margin-left: 1.2em;
    margin-bottom: 1ex;
    list-style-type: square;
}

.description {
    font-size: 85%;
}
