table, tr, td
{
   border: 10px solid black;
   border-collapse: collapse;
}

h1
{
   font-size: 24px;
   font-family: Georgia, 'Times New Roman', Times, serif;
   color: mediumvioletred;
   text-decoration: underline;
}

p
{
   font-size: 18px;
   font-family: Georgia, 'Times New Roman', Times, serif;
   color: rgb(12, 9, 158);
   text-decoration: none;
}

.test1
{
   font-size: 28px;
   font-family: Georgia, 'Times New Roman', Times, serif;
   color: black;
   text-decoration: none;
}