/* Couleur du site Kallima Tours */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #CCCCCC; 
	background: #422921;	/* Automne */
/*    background: #217D21;	Printemps */
/*    background: #DD3501;	Ete */
/*    background: #422921;	Hiver */
	margin: 0; 
	padding: 0;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF6633;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF6633;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FF6633;
	}
acronym {
	border-bottom: none;
	}

