* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    font-family: verdana, tahoma, arial, sans-serif;
    text-indent: 0;
}

html {
    height: 100%;
    text-align: center;
    background: #9999bb url(../imagem/fundo.gif) repeat-Y center center;
}

body {
    width: 705px;
    height: 740px;
    min-height: 740px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    position: relative;
}

html > body {
    height: auto;
}

p {
    margin: 0.8em 50px 0 0;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a:visited {
    color: #33b;
}
