/* At-Rules */
@charset "iso-8859-1";

<style type="text/css">    

APPLET {
	clear: none;
	}


a {
	}

a:link {
	color: #BB0000;		 
	}

a:visited {
	color: #BB0000;		 
	}

a:active {
	color: #BB0000;
	}

a:hover {
	background: #BB0000; 
	color: #FCFA71;
	}


BODY {
   	text-align: center;
	font-family: 'bookman old style',verdana,arial;       
	font-size: 15px; 
	font-weight: bold;
	background-image: url(../travels/sfondo.jpg); 
	color: black; 
}

TABLE {
	text-align: center;
	}

TD {
	padding: 5px;	   
	wfont-family: verdana,arial; 
	font-size: 15px; 
	font-weight: bold; 
	}

#calendario {  
	font-family: courier new,verdana,arial; 
	font-size: 10px; 
	}

#classifica {
	filter:glow(color=#BB0000,strength=3);
	width:100%; 
	color: #FCFA71; 
	font-family: 'bookman old style',verdana,arial; 
	font-size: 12px;
	}
		
#titolo_pagina {
	filter:glow(color=#BB0000,strength=4);
	width:100%; 
	color: #FCFA71; 
	font-family: 'bookman old style',verdana,arial; 
	font-size: 38px;
	}
	
#titolo_viaggio{
	filter:glow(color=#FCFA71, strength=10);
	width:100%; 
	color: #BB0000; 
	font-family: 'bookman old style',verdana,arial; 
	font-size: 44px;
	}
	
#provincia {
	filter:glow(color=#FCFA71,strength=2);
	width:100%; 
	color: #BB0000; 
	font-family: 'bookman old style',verdana,arial; 
	font-size: 20px;
	}
										  	
#titolo_home {
	filter:glow(color=black,strength=4);
	width:50%; 
	color: #FCFA71; 
	font-family: verdana,arial; 
	font-size: 15px;
	}
</style>



