/* CSS Document */

.tutto {
border:solid 2.0pt;
}

.giu {
border-bottom:solid 2.0pt;
}

.no_giu {
border:solid 2.0pt;
border-bottom:none;
}
.none {
border:none;
}

A:link { color: white;
 text-decoration: none }
A:visited { color: white; 
 text-decoration: none }
A:hover { color: yellow }

body {
	/*background-attachment: scroll;
	background-image: url(foto/sfondo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	background-color: #000000;
}
font {/*tutti i font*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
font.rosso {/*tutti i font*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
font.titolorosso {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
font.titolo {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
font.piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	vlink: #FFFFFF;
}
font.medio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	vlink: #FFFFFF;
}
font.mediogiallo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	vlink: #FFFFFF;
}
#oldnews {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
}
font.font {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
}
.copy {font-size: 12px}
font.copyright{
font-size: 12px;
color: #000000;
}

#top {/*la parte alta*/
	background-attachment: scroll;
	background-image: url(foto/sfondo/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#down {/*la parte bassa normale*/
	background-attachment: scroll;
	background-image: url(foto/sfondo/down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#downband {/*la parte bassa normale*/
	background-attachment: scroll;
	background-image: url(foto/sfondo/down_band.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#downnews {/*la parte bassa news*/
	background-attachment: scroll;
	background-image: url(foto/sfondo/downnews.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#size {
	font-size: 30px;
}
.relative {
	position: relative;
	top: 200px;
	left: -200px;
}





