body
 {
  background-color: #B0736C;
  padding: 0px;
  margin: 0px;
 }
h1
 {
  font-size: 18px;
  color: #ad001f;
  font-weight: bold;
 }
a:link
  {
   font-weight: normal;
   color: Blue;
   font-variant: normal;
   text-decoration: none;
  }
a:visited
  {
   font-weight: normal;
   color: Blue;
   font-variant: normal;
   text-decoration: none;
  }
a:active
  {
   font-weight: normal;
   color: Blue;
   font-variant: normal;
   text-decoration: none;
  }
a:hover
  {
   text-decoration: underline;
   color: #9680FF;
  }
.article_body
 {
  background-color: White;
  color: Black;
  width: 50%;
  position: relative;
  left: 25%;
  top: 20px;
  padding: 5px;
  margin: 0px;
 }
.article_text
 {
  text-align: justify;
  font-size: 12px;
  padding: 3px;
  margin: 0px;
 }
.copy
 {
  text-align: center;
  font-size: 10px;
  color: #b3b3b3;
 }