body 	  {
	   background: #F0F0F0; 
	   color: black;
	   scrollbar-face-color: #C0C0C0;
	   scrollbar-highlight-color: black;
	   scrollbar-shadow-color: white;
	   scrollbar-track-color: white;
	   scrollbar-arrow-color: #A00000;
	   scrollbar-3dlight-color: white;
	   scrollbar-darkshadow-color: black;
	   font-size: normal
	  }

p.corps:first-letter {font-weight: bold ; background-color: blue ; color: yellow}
p		   {color: black}
p.corps		   {
		    	font-weight: normal;
	            font-family: "Times New Roman";
		    	text-align: justify;
		    	text-indent: 1em
		   	   }
p.citation	   {
		    	font-weight: normal;
		    	font-family: "Times New Roman";
		    	text-align: center;
		    	font-style: italic;
				margin-left: 4em;
				margin-right: 4em;
		   	   }
a:link      	   {color: blue}
a:visited   	   {color: teal}
a:active 	   {color: red ; font-weight: bold}

li 		   {color: black ; list-style-type: square}

h1		   {color: teal ;
		    font-family: "Verdana" ;
		    text-align: center ;
		    font-size: largest ;
		    font-weight: bold}
h2				   {color: blue ; font-size: medium ; font-weight: bold}

hr				   {color: #800877 ; width: 80% ; size: 2}
