/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body{
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
color:#FFFFFF;
}
#botaofundo {
background-image:url(imagens/btfundo.gif);
background-repeat:repeat-x;
height:30px;
width: 100%;
}
p {
margin:20px;
}
h3 {
margin:20px;
}
#textoinicio {
font-size:small;
}
#conteudo {
width:1000px;
text-align:left;
float:center;
}