a:link {
    color: #6D0F0F;
  }

a:visited {
    color: #6D0F0F;
  }

body    {
	text-align: center;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	background-color: #121212;
	color : #6d0f0f;
}

div#testa    {
	height: 150px;
	width: 150px;
	background-color: black;
	position: absolute;
	top: 0px;
	left: 50px;
}

div#logo    {
	position: absolute;
	left: 200px;
	right: 200px;
	width: 65%;
	height: 150px;
	top: 0px;
	background-color: black;
}


div#corpo    {
	position: absolute;
	left: 200px;
	right: 200px;
	width: 65%;
	top: 150px;
	height: 67%;
	overflow: auto;
	background-color: black;
}

.normal {
	text-align: center;
	font-size: 15px;
}


.noborder {
	text-align: center;
	font-size: 15px;
	border: none;
}

.img {
	border: 0;
}
