html
{
border: 1em double #6B8E23;
border-radius: 1em;
background-color: rgb(147, 185, 70);
}
p 
{ 
padding: 4em 3em 2em 1em;
font-family: "Verdana"; 
color: rgb(107, 142, 35);
}
a:link 
{
  color: rgb(107, 142, 35); 
  text-decoration: underline; 
}
a:visited 
{
  color: rgb(107, 142, 35); 
  text-decoration: underline; 
}
a:hover 
{
  color: rgb(0, 0, 0); 
  text-decoration: underline; 
}
a:active
{
  color: rgb(107, 142, 35); 
  text-decoration: underline; 
}