body {
    background-color: #230000;
    color: #ffe5cc;
    font-family: Times;
    font-size: 15px;
    text-align: center;
    
    a:link {
  color: #ffe5cc;
  text-decoration: underline;
    }
        
    a:visited {
  color: #ffe5cc;
  text-decoration: underline;
        }
        a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
        }
}