f.a {
  font-family: "Times New Roman", Times, serif;
}

f.b{
  font-family: Arial, Helvetica, sans-serif;
}

li {
  font-family: 'Times New Roman', serif;
}

a
{
font-family: 'Times New Roman', serif;
}

.pno-space {
  margin-bottom: 0;
}

.ulno-space {
  margin-top: 0;
 
    
}

<style>
  .CustomBorder {
    border: 5px double blue; /* Sets a double blue border with a 5px width */
  }
</style>