/* CSS Document */

/* 
---------------------------------------------------------------------------------
-- Kathy Kennedy - 2006
-- Copyright Nathalie Bandulet
---------------------------------------------------------------------------------
*/


/* Basic Elements */
body {
	background-color: #FFF;
	}


/* Text content */	
p {
	color: #000;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	}
	

/*-- Links for music section--*/
a:link {
	text-decoration: underline;
	color: #900;
	}
	
a:visited {
	text-decoration: none;
	color: #390;
	}
	
a:active {
	text-decoration: none; 
	color: #F00;
	}
	
a:hover {
	text-decoration: none; 
	background-color:#CCC;
	}
	
