BODY {
  margin-top: 40px;
}
A:LINK {
  text-decoration: none;
  color: #0000FF;
}
A:VISITED {
  text-decoration: none;
  color: #0000FF;
}
A:ACTIVE {
  text-decoration: none;
  color: #0000FF;
}
A:HOVER {
  text-decoration:  underline;
  color: #FF0000;
}
P{
  font-size : 18px;
  font-weight : bold;
}
