P  {
  text-decoration : none;
}

A  {
 text-decoration : none;
}

A:Visited  {
  text-decoration : none;
}

A:Active  {
  text-decoration : none;
}

A:Hover  {
  text-decoration : none;
}

.title {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : green;
  font-size : 18px;
  background-color: white;
  text-decoration: underline;
  font-weight: bold;
}
#copyright {
  padding-top: 30px;
  font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: silver;
  font-weight : bold;
  font-size : 10px;
}

