/* 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;
	}
	
h1 {
	color: #C60;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	} /* Font for titles 1*/
	
h2 { 
	color: #000;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 9px;
	letter-spacing: 5px;
	} /* Font for titles 2 */	


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