﻿body 
{
    margin:30px;
    color: #524f42;
    font-family: 'Trebuchet MS' , Verdana, Tahoma, Sans-Serif;
    font-size: 13px;
    background-color:#FFF6D0;
    
}

a, a:visited
{
    color: #524f42;
}

a:hover 
{
    color:#339999;
}

.zipContextPL
{
    background: url("/Images/zipContext.png") left top no-repeat;
    width:326px;
    height:143px;
    margin-top:3px;
}

.zipCompressedPL
{
    background: url("/Images/zipCompressed.png") left top no-repeat;
    width:187px;
    height:146px;
    float:right;
}

.zipContextES
{
    background: url("/Images/zipContext.png") left top no-repeat;
    width:326px;
    height:143px;
    margin-top:3px;
}
.zipCompressedES
{
    background: url("/Images/zipCompressed.png") left top no-repeat;
    width:187px;
    height:146px;
    float:right;
}