/*Version JM du 20/08/2022*/

table { 
width: 100%;
margin:auto;
} 

tr{
height:12px;
}

td { 
background-color: #fffccc;
font-family: comic sans ms, arial, sans-serif;
border: 1px solid #6e2be1; 
border-radius:10px;
text-align: center;
padding:5px;
margin: auto;
}

a { 
color:navy;
text-decoration: none; } 

a:hover { 
background-color: aqua;} 