html
{
} 
body {
  background-color: #ececec;
}
h1 {
  font-family: Times New Roman;
}
p {
  font-family: Times New Roman;
}
a:link {
  color: #2f9203;
  background-color: transparent;
  text-decoration: none;
}
a.google:link {
  color: #38a000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #4f584a;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #4eff00;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #beffa2;
  background-color: transparent;
  text-decoration: underline;
}


a.navigator:link {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: none;
}

a.navigator:visited {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: none;
}

a.navigator:hover {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: underline;
}

a.navigator:active {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: underline;
}