body
{
	background: #00002d;
	margin-top: 0px;
	margin-left: 0px;
}
a
{
	font-family:tahoma;
	font-size: 12px;
	text-decoration:none;
	color: Yellow;
}
a:hover
{
	font-family:tahoma;
	font-size: 12px;
	color : White;
	text-decoration: underline; 
}
.testo
{
	font-family:tahoma;
	font-size: 12px;
	color: White;
}
.testo2
{
	font-family:tahoma;
	font-size: 12px;
	color: Black;
}
.bordo
{
	border : 1px solid Olive;
}
.bordo2
{
	border : 2px solid #969696;
}

