
hr{
  height: 0.5 px;
  width: 100%;
  margin-left: 5px;
  margin-top: 5px;
  border-style: Line;
  border-width: 3px;
  border-color: #ff0000;
  background-color: #000000;
}
body{
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  background-color:#c7bfbb ;
  color: #bf0d2b ;
  font-family: Arial;
}
table, th, td{
  border-style: solid;
  border-width: 5 px;
  border-color:#000000;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}





