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

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

p {
    text-indent: 20px;
    margin-bottom: 7px;
    width: 38em;
    color: #333;
    text-align: justify;
}

img {
    border: 0;
}

p a, li a, td a {
    color: #777;
    text-decoration: none;
}

p a:hover, li a:hover, td a:hover {
	color: #05a;
}

/*
p > a:link, a:visited, a:active {
	padding: 0 1.25ex 0 1.25ex;
}

p > a:hover {
	padding: 0;
	color: #777;
}

p > a:hover:before {
	content: " [ ";
}

p > a:hover:after {
	content: " ] ";
}
*/

input.botao {
    border: 1px solid #444;
}

textarea {
    font-family: verdana;
    font-size: 11px;
    border: 1px solid #444;
    overflow: auto;
}

li {
    text-align: justify;
}
