﻿.tudo 
{
    width: 980px;
    margin: auto;
    font-size: 14px;
}

area
{
    display: block;
}

area:hover
{
    cursor: pointer;
}

.left
{
    padding-left: 10px;
    float: left;
}

.clearBoth
{
    clear: both;
}

h2
{
    display: block;
    width: 100px
}