a {
  color: #dba9a9;
  background-color: #3c0c0c;
  font-size:24px;
}  

body{

  background-color: #a72626;
}

h1{
  text-decoration:underline;
  text-decoration-style:dotted;
  text-align:left;
  font-family:inherit;
  font-size: 50px;
  color: #0b0202;
  background-color: #7c1313;
  text-shadow: -2px 2px #ede4e4;
}

h3 {
  color:;
  background-color: #7c1313;
  text-align:;
  font-family:monospace;
  font-size:30px;
}

p {
  color: #3c0c0c;
  background-color: #7c1313;
  text-align:;
  font-family:monospace;
  font-size:20px;
}

ol {
  color: #3c0c0c;
  background-color: #7c1313;
  text-align:;
  font-family:monospace;
  font-size:20px;
}
