*{
   font-size: 15px; 
    font-family: Arial, Times, "Times New Roman", serif;
}

a
{
 text-decoration: underline;
  color: #022f50;
  
}

a:hover {
   color: #d80123;
   text-decoration: underline;
  
}

caption 
{
   margin: auto; 
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #d80123;
   margin-bottom: 20px; 
}

table 
{
   margin: auto; 
   border: 4px outset red; 
   border-collapse: collapse; 
}

th 
{
   background-color: #022f50;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td 
{
   border: 1px solid black;
    font-family: Arial, Times, "Times New Roman", serif;
   color: #022f50;
   text-align: center; 
   padding: 5px; 
