A:link { color: #0000FF; text-decoration: none; font-weight: normal;}
A:visited { color: #0080A0; text-decoration: none; font-weight: normal;}
A:active { color: #00FF00; text-decoration: none; font-weight: normal;}
A:hover { color: #444444; }
html
{
   font-weight: normal;
   font-family: Verdana, Arial, sans-serif ;
   font-style: normal;

}
body
{
  background-color: #FFFFFF;
  color: #000000;
  margin: 5%;
}
P {
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif ;
  font-style: normal;
}

P.quote {
  padding: 5em;
  margin-left: 7%;
  margin-right: 7%
  font-weight: normal;
  font-style: italic;
  font-family: Times New Roman, Georgia;
}

