body {
    background-color: rgba(238,130,238,0.3);		      
}
p {
    font-family: courier new;
    color:purple;
    border: 2px solid green;
    padding: 30px;
    margin:50px;
    text-align: center;
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
