html, body {
    font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin:0px;
    padding:0px;

}

.smallImg{border:none;}

.PageContainer{
    width:1000px;
    margin:0px auto;
}

.IndexList ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.smallImg{
    width:40%;
    height:auto;
}

.creditArea{

    padding:10px;
    border-top:solid 2px gray;
    font-style:italic;
    font-size:.7em;
}

.snippetBlock {
    margin-bottom:50px;
}


.vSpacedDiv{
    margin:50px 0px;
}