body
    {
    background: #fff;
    color: #333;
    }
    
body,h1,h2,p
    {
    margin: 0;
    padding: 0;
    }

#main
    {
    width: 300px;
    margin: 20px;
    }

#ad { width: 450px; margin: 20px; }

h1, h2
    {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    }

h2
    {
    margin-bottom: 6px;
    font-size: 11px;
    }

p,address
    {
    margin-bottom: 22px;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 15px;
    font-style: normal;
    }

a
    {
    color: #333;
    text-decoration: underline;
    }

a:hover
    {
    text-decoration: none;
    }