/*a:link {
    color: #6D0F0F;
  }

a:visited {
    color: #6D0F0F;
  }
*/
a:link {
    color: white;
  }

a:visited {
    color: white;
  }


body    {
	text-align: center;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	background-color: black;
	color : white; /* #6d0f0f */
	scrollbar-arrow-color:#111111;
	scrollbar-base-color:#111111;
	scrollbar-shadow-color:#111111;
	scrollbar-face-color:#111111;
	scrollbar-highlight-color:#111111;
	scrollbar-dark-shadow-color:#111111;
	scrollbar-3d-light-color:#111111;

}

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    {
	left: 200px;
	right: 200px; 
	width: 65%;
	position: absolute;
	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;
}
