* {
	margin: 0px;
	padding: 0px;
}

body {
	background: black;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	color: white;
}

a { color: yellow; text-decoration:none; }
a:link {color: yellow; text-decoration:none; }
a:hover { color: yellow; text-decoration:underline; }
a:active {color: yellow; text-decoration:none; }
a:visited { color: yellow; }

.visivel { display:block; }
.escondido { display: none; }
.flut_menu { float: left; padding-right:3px; }
.flut_esq { float: left; }
.flut_dir { float: right; }
.titulos { font-size: 18px; line-height:20px; }