body,p,div,span,td,th {
	font-family: sans-serif;
	font-size: 12px;
}

body {
	background: #8888aa;
	color: black;
	margin-left: 64px;
	margin-right: 64px;
}
.menu {
	background: #666688;
	color: white;
	border-left: solid 1px #eeeeff;
	border-top: solid 1px #eeeeff;
}
.menu div {
	padding-left: 8px;
	padding-right: 8px;
	border-right: solid 1px #eeeeff;
	display: inline;
}
.menu div a {
	color: white;
	text-decoration: none;
}
.content {
	background: #eeeeff;
	color: black;
	padding: 8px;
}
.titulo {
	color: #666688;
	font-weight: bold;
}
.texto {
	margin-left: 24px;
	margin-bottom: 16px;
}
a {
	color: #666688;
	text-decoration: none;
}
.castTable td {
	background: white;
	border: solid 1px #666688;
}
.innertable td {
	border: 0px;
}
