@charset "utf-8";
/* CSS Document */



body {
  background: url("../images/bk.jpg")
    fixed center center;
	background-repeat:repeat-y;
	background-position:top;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color:#fadc46;   /*  COLORE DEI LINKS */
	text-decoration:none;
}

a:visited {
	color:#fadc46; /*  COLORE DEI LINKS  CLICCATI */
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#ffffff;   /*  COLORE DEI LINKS */
}


.testi-gialli-medi {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #fadc46;
}
.tabella-oro-alta {
	background-image: url(../images/linea-oro-alta.png);
	background-repeat: repeat-x;
	background-color: transparent;
}



.testi-gialli-grandi {
	font-family: "Trebuchet MS";
	font-size: 36px;
	color: #fadc46;
}
.testi-gialli-pedigree {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fadc46;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fadc46;
}
.tabella-pedigree {
	background-image: url(../images/bk-pedigree.jpg);
}
.testi-generici {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #fadc46;
	font-weight: normal;
}
.testi-gialli-mediograndi {
	font-family: "Trebuchet MS";
	font-size: 27px;
	color: #fadc46;
}

.testi-gialli-mediogrande-meno {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #fadc46;
}

