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

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

a:hover {
  color: #000000;
  background-color: #fbed00aa;
  text-decoration: none;
  padding: 5px ;
}

a:active {
  color: 0x000013;
  background-color: transparent;
  text-decoration: none;
}
p:nth-child(3n) {
background-color: #2b99d0;
} 
p:nth-child(3n+1) {
background-color: #9accca;
} 
p:nth-child(3n+2) {
background-color: #ebf1c3;
}
p {
margin: 5px;
word-spacing: .1em;
text-indent: 0px;
border: 0px solid #2b99d0;
padding: 10px;
}

p:hover , h1:hover{
  color: #000000;
  background-color: #fbed0066;
  text-decoration: none;
  padding: 10px ;
}
