p {text-indent: 10px; font-family: Arial; font-size: 22px} 
h1 {font-family: Verdana, sans-serif; color: red; font-size: 20px; } 
.contains {
  position: relative;
  left: 2px;
  top: 2px;
  color: #ccc;
  font-weight: bold;
  font-style: arial;
}

.text {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #000;
  font-style: arial;
}

.text2 {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #fff;
  font-style: arial;
}

td {

 padding: 3px;
 margin: 5px;
}

body {
  text-align: center;