a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: green;
	text-decoration: underline;
}

html, body {
	background-color: #b0e0ff;
	font-family: Verdana, Arial;
}

div.centro {
	display: table;
	margin: auto;
}

div.esquerda {
	float: left;
	width: auto;
	margin-right: 3em;
}

h1 {
	text-align: center;
}

img.centro {
	margin-left:auto; 
	margin-right:auto;
	display: block;
}

p {
	text-align: justify;
	clear: left;
	padding-top: 0.8em;
}

span.destaque {
	font-weight: bold;
}

span.legenda_img {
	font-size: 0.7em;
}

table {
	background-color: #b0e0ff;
	margin-left:auto; 
	margin-right:auto;
}

td, th {
	border: 1px solid black;
	padding: 2px;
}

tr.l0 {
	background-color: white;
}

tr.l1 {
	background-color: lightgray;
}

.tabheader {
	background-color: black;
	color: white;
}

ul.tabela {
	padding-left: 1.1em;
	margin: 0px;
}

