/************************************* Main **************************************/
body {
  background-color : #EFF6D9;
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  margin: 30px;
}

a:link {
  color: #008000;
  font-size: 11px;
  text-decoration: none; 
  border-bottom: 1px;
  font-weight: bold;
}

a:visited {
  color: #008000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none; 
  border-bottom: 1px;
}

a:active {
  color: #008000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none; 
  border-bottom: 1px;
}

a:hover {
  color: #525252;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none; 
  border-bottom: 1px;
}