A:link { color: #C00000; text-decoration: none; font-weight: normal;}
A:visited { color: #FF8800; text-decoration: none; font-weight: normal;}
A:active { color: #FF0000; text-decoration: none; font-weight: normal;}
A:hover { color: #444444; }
html
{
   font-weight: normal;
   font-style: normal;

}
body
{
  background-color: #FFFFFF;
  color: #000000;
  margin: 5%;
}
P {
  font-weight: normal;
  font-style: normal;
}

P.quote {
  padding: 5em;
  margin-left: 7%;
  margin-right: 7%
  font-weight: normal;
  font-style: italic;
}
em {
  font-weight: bold;
  font-style: normal;
}
cite {
  font-weight: normal;
  font-style: italic;
}
b {
  font-weight: bold;
  font-style: normal;
}
i {
  font-weight: normal;
  font-style: italic;
}
ol {
  font-weight: normal;
  font-style: normal;
}

