a {text-decoration:none;}

h1 {color: maroon; }
h6 {font-family: "Lucida Handwriting", "Comic Sans", cursive }
h6 {color: green; background: white}

table {border: 02px solid black }
table {border-collapse: collapse}

thead th { position: sticky; top: 0; }

tr:nth-child(even) {background: Lavender}
tr:hover {background-color: LightGray;}
tr:nth-child(odd) {background: Beige}

img {
  border-radius: 10%;    // rounded edges
}