/**
 * STYLE SHEET :: HOMEPAGE
 *
 * Specifies styles specific to homepage
 */

.link {
    clear: both;
    margin-bottom: 2.0em;
    }

.link img {
    float: left;
    margin: 0.3em 0 1.0em 0;
/*
    border: 1px solid #DDD;
*/
    }

.link h2, .link p {
    margin-left: 140px;
    }

    .link h2 a {
        color: #000;
        text-decoration: none;
        }

    .link h2 a:hover {
        color: #C00;
        }

    .link p a {
        border-bottom: 1px dotted #C00;
        text-decoration: none;
        }

    .link p a:hover {
        border-bottom-width: 0;
        }


