body {
	background: #99AABB;
	font-family: Arial, Helvetica;
	width: 760px;
	margin: auto;
}

img {
	vertical-align: middle;
}

a {
	color: #00007A;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: black;
}

a img {
	border: 0;
}

.direita {
	float: right;
	width: 200px;
	margin-left: 20px;
}

.lista {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.lista:hover {
	background: #C9D8E6;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.titulo {
	margin-bottom: 10px;
	padding: 20px;
	text-align: center;
	font-size: large;
	background: #C9D8E6;
}

.footer {
	margin-top: 10px;
	padding: 10px;
	text-align: right;
	font-size: small;
	background: #C9D8E6;
}

