a:link {
    color: #9e2835;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: #9e2835;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(41, 22, 22);
    background-color: transparent;
    text-decoration: underline;
  }
  body {
    margin: 40px auto;
    max-width: 900px;
    line-height: 1.6;
    font-size: 18px;
    color: #444;
    padding: 0 10px;
    background-color: #EEEEEE;
}