/*	Main style sheet for Volley Lurano 95 website		*/

/*	*********    code		**********		 */

/* BGROUND AND MARGIN	*/

 body {
    text-align: center; /*centra in IE*/
	 background-color: #FFCC00; color: #003333;
	 }

 div#main {
    width: 900px;
    margin: 0px auto; /*centra negli altri browsers*/
    }
	 
   A:link {color:#003333}
   A:visited {color:#003333}
   A:hover {color:#003333}
   A:active {color:#003333}
	
	/*	-- TABLES STYLES --				*/
	
	.tab {
	background: white;
	}
	
	
/*	-- TEXT STYLES --				*/

  /*small text */
.txt {
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 10px; 
	font-weight: normal; font-style: normal; color: #003333; 
	text-decoration: none;
	}
	
	/*text normal */
.txt2 {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; 
	font-weight: normal; font-style: normal; color: #003333; 
	text-decoration: none; text-align: justify;
	}
	

  /*text italic */
.txt3 {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	font-weight: normal; font-style: italic; color: #003333; 
	text-decoration: none; PADDING: 5px; MARGIN: 0px; text-align: center
	}
	
	/*title big */
.txt4 {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; 
	font-weight: bold; font-style: normal; color: #ff6600; 
	text-decoration: none;
	}

/** MENU verticale roll-over **/

UL.menu1 {
	PADDING: 0px; MARGIN: 0px; WIDTH: 100%; text-align: center; list-style-type: none;
	font-family: "Courier New", Courier, monospace; font-size: 17px; 
	font-weight: bold; font-style: normal ;
}
UL.menu1 A {
	PADDING-BOTTOM: 2px; PADDING-TOP: 2px; 
	DISPLAY: block; text-decoration: none;
}
UL.menu1 LI {
	display: inline;
}
UL.menu1 LI a:link, ul.menu1 LI a:visited, ul.menu1 LI a:active {
   color: #cc0033; 
	border-top: #ffffff 1px solid; border-bottom: #660033 2px solid; 
	border-right: #660033 1px solid;
}
UL.menu1 LI a:hover {
	COLOR: #cc0033; background: #ffffff; 
	border-top: #ffffff 1px solid; border-bottom: #ffffff 2px solid; 
	border-right: #ffcccc 1px solid;
}

	/** MENU orizzontale roll-over **/
	
.menu2 {
	PADDING: 0px; MARGIN: 0px; text-align: center; 
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
	font-weight: bold; font-style: italic;
	background: #ff6600; color: white ; 
}
.menu2 A {
	DISPLAY: block; TEXT-DECORATION: none;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
    background:#003333; color: #ffffff; 
	 
}
.menu2 a:hover { 
	BACKGROUND: #ff6600; COLOR: #003333; 
}





/*	*************		code end		**************	*/
