body {
    color: #333;
    background: white;
    font-family: sans-serif;
    margin: .5em 120px 3em;
    max-width: 1000px;
}

h1, h2 {
    position: relative;
    right: 66px;
    padding-left: 66px;
    background: url('img/folder.png') left center no-repeat;
    line-height: 50px;
    margin: .6em 0 0;
    font-size: 190%;
}

a {
    color: black;
}

a.green {
    background: url('img/button.png') center left #bae777;
    text-decoration: none;
    display: block;
    width: 190px;
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
    padding-left: 8px;
    position: relative;
    right: 1px;
}

p {
    position: relative;
    bottom: 11px;
    line-height: 125%;
    padding-bottom: 2.5em;
    border-bottom: 1px solid #eee;
}

h2.firefox {background-image: url('img/firefox.png')}
h2.avast {background-image: url('img/avast.png')}
h2.openoffice {background-image: url('img/openoffice.png')}
h2.msoffice {background-image: url('img/msoffice.png')}
h2.miranda {background-image: url('img/miranda.png')}
h2.foxit {background-image: url('img/foxit.png')}
h2.winamp {background-image: url('img/winamp.png')}
h2.gom {background-image: url('img/gom.png')}
h2.eac {background-image: url('img/eac.png')}
h2.zip {background-image: url('img/zip.png')}
h2.infra {background-image: url('img/infra.png')}
h2.torrent {background-image: url('img/torrent.png')}
h2.feedreader {background-image: url('img/feedreader.png')}
h2.inkscape {background-image: url('img/inkscape.png')}
h2.filezilla {background-image: url('img/filezilla.png')}
h2.server {background-image: url('img/server.png')}
h2.winsyntax {background-image: url('img/winsyntax.png')}
h2.ie {background-image: url('img/ie.png')}
h2.colour {background-image: url('img/colour.png')}
h2.subtitle {background-image: url('img/subtitle.png')}
h2.wikitaxi {background-image: url('img/wikitaxi.png')}

p.square {
    margin: 2em 0 2em;
    padding-bottom: 3em;
    }

p.square a {
    background: white;
    position: relative;
    right: 10px;
    }

a img {
    padding: 22px;
    border: 1px solid #eee;
    margin: 12px;
}

a:hover img {
    border: 1px solid #ddd;
}

small {
    color: silver;
    display: block;
    margin-top: 35em;
}

small a {color: silver;}
small a:hover {color: gray;}


