body {
	background-color: #FFFFFF;
  margin: 0; /* ajout LucG */
}
table {
  margin: 10px; /* ajout LucG */
}

.paul {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
  }
 
/* Original
h1.paul {
    font-size: 16pt;
    color: #888888;
    }
*/    
h1.paul {
    display:none;
    }
    
h2.paul {
    font-size: 14pt;
    color: #444444;
    }
    
h3.paul {
    font-size: 12pt;
    color: #777777;
    }

p.paul {
    line-height: 160%;
    font-size: 10pt;
    color: #000000;
    }

p.citation {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 130%;
    color: #888888;
    }

A:link {
	text-decoration:underline;
	font-weight:normal; 
	}

A:active {
	text-decoration:underline;
	font-weight:normal; 
	}

A:visited {
	text-decoration:underline; 
	font-weight:normal;
	color:#000000;
	}

A:hover {
	text-decoration:underline; 
	line-spacing:1.2;
	font-weight:normal;
	color:#FF0000;
	}


A.citeLink:link {
	text-decoration:underline;
	font-weight:normal;
	color:#888888
	}

A.citeLink:active {
	text-decoration:underline;
	font-weight:normal; 
	color:#888888
	}

A.citeLink:visited {
	text-decoration:underline; 
	font-weight:normal;
	color:#888888
	}

A.citeLink:hover {
	text-decoration:underline; 
	line-spacing:1.2;
	font-weight:normal;
	color:#FF0000;
	}


A.neverBlack:link {
	text-decoration:underline;
	font-weight:normal; 
	}

A.neverBlack:active {
	text-decoration:underline;
	font-weight:normal; 
	color: blue;
	}

A.neverBlack:visited {
	text-decoration:underline; 
	font-weight:normal;
	color: blue;
	}

A.neverBlack:hover {
	text-decoration:underline; 
	line-spacing:1.2;
	font-weight:normal;
	color:#FF0000;
	}
