/*******************************************************************************
start css script*/


body {
  /* used in the body of the document */
  background: 009900; /* darkish green */
  color: #66FF99; /* light green */
  margin-left: 8%;
  margin-right: 8%;
  margin-top:1em;
  margin-bottom: 2em;
  font-family: Georgia, "Times New Roman", Times, serif;
; text-decoration: none
}

:link {
  color: #66FF99; /* same as text */
  text-decoration: none;
}

:visited {
  color:#66FF99; /* same as text */
  text-decoration: none;
}

:active {
  color: #66FF99; /* same as text */
  text-decoration: none;
}

:hover {
  color: #ffffff; /* white */
  text-decoration: none;
}