body {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
    background: #FFFFFF url(peterlind_l.bmp) no-repeat bottom right;
    margin: 0px;
    }

p,b,table {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
    }

p.caption {
    font-size: 8pt;
    }

/* unvisited link */
a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    }

/* visited link, selected link */
a:visited, a:active {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    }

/* mouse over link */
a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #C50000;
    }

#header {
    background: #EEEEEE;
    padding: 10px;
    }
    
#intro p {
    font-size: 14pt;
    font-style: italic;
    color: #555555;
    margin: 25px;
    }

#main {
    background: #EEEEEE;
    }

#main td {
    padding: 5px 5px 5px 5px;
    text-align: justify;
    }

#main td.image {
    width: 300px;
    }

#front td {
    width: 468px;
    }

#address {
    background: #EEEEEE;
    }

#address td {
    padding: 1px 40px 1px 10px;
    }

