<!DOCTYPE html>
<html>
<head>
<style type=”text/css”>


* {
      font-family: Verdana;
    }
    
    
#5cstyle {
  font-family: "Verdana";
  border-collapse: collapse;
  width: 100%;
  border: 2px solid Blue ;
  border-radius: 5px;
}

p.header {
  font-size: 35px;
  font-color: bleu;
  font-family: "Verdana";
  font-style: normal;
  text-align: left;
  border: 2px solid Blue ;
  border-radius: 5px;
}

p.round {
  border: 2px solid Orange ;
  border-radius: 5px;
}

table.round1000 {
  width: 1000;
  border: 2px solid Orange ;
  border-radius: 5px;
}


table.round800 {
  width: 800;
  border: 2px solid Orange ;
  border-radius: 5px;
}

table.mail {
  width: 700;
  border: 2px solid Orange ;
  border-radius: 5px;
}

th.simple {
  font-size: 14px;
  font-family: "Verdana";
  font-style: normal;
  text-align: left;
}
th.underline_left {
  font-size: 14px;
  font-family: "Verdana";
  font-style: normal;
  text-align: left;
  border-bottom: 1px solid grey;
}

th.underline_center {
  font-size: 14px;
  font-family: "Verdana";
  font-style: normal;
  text-align: center;
  border-bottom: 1px solid grey;
}
</style>
</head>