*, html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #bef0d2;
    /*background-image: url('../imagem/fundo_hor.gif');*/
}

p {
    text-indent: 2em;
    margin-bottom: 0.5em;
    width: 35em;
    color: #333;
}

img {
    border: 0;
}

a {
    color: #70c;
    text-decoration: none;
}

a:hover {
	color: #05a;
}

input.hidden {
    border: 0;
}

option {
    padding: 0 3px 0 3px;
}

input, textarea, select {
    border: 1px solid #000;
}

