@charset "utf-8";
.testi {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.testigrandi {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.testigrandirossi {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}

.testirossi {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-family: Tahoma;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
}

