/* $Id: cf.css,v 1.7 2001/10/22 06:28:46 marquet Exp $ */
/* from Ph. Marquet phm.css (marquet@lifl.fr) */
body 
{ 
	/*   background: rgb(255,255,250) ;*/
  font-family: Helvetica, sans-serif ;
  margin-left: 42pt ; margin-right: 28pt ;
}

/* unvisited link */
/*A:link { color: #4F94CD}*/
/*A:link { color: #5297D0}*/
A:link { color: #3F84BD}

/* headers */
h1       {text-align : center}
h1	 {margin-top : 18pt}
h1	 {margin-bottom : 12pt}

h2	 {margin-top : 9pt}
h2,h3    {margin-right : 100pt}
h2,h3    {margin-left : -27pt}
h4,h5	 {margin-left : 0em}
h6	 {margin-left : 0em}

h1       {color : rgb(16,78,200)}
h2       {color : rgb(30,144,255)}
h3       {color : #473CCD}
h4       {color : rgb(30,144,255)}
h5       {color : #6959FF}
h6       {color : rgb(150,194,251)}

h1,h2,h3,h4,h5,h6 
{
  font-family : lucida, sans-serif ; 
  font-weight : bold
}


