/* Simple stylesheet for pim website */
a { color: blue; }
a:visited { color: blue }

div.head img {
    border: 0;
    float: left;
    margin-right: 100px;
}

div.head h2{
    text-indent: 20px;
}

div.head p {
    text-indent: 40px;
}

body {
    background: white;
    color: black;
}

div.body {
    clear: both;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

div.body h4 {
    margin-left: 1em;
}

div.body p {
    text-indent: 1em;
    margin-left: 2em;
}

div.bottom p {
    font-size: small;
    text-align: center;
}

hr {
    width: 80%;
}
