@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;700&display=swap');

BODY {
  color: black;
  background: #9a9a9a;
  padding: 0;
  border: 0;
  margin: 1em;
}

P, LI {
  text-align: justify;
}

TABLE.layout {
  font: normal 10pt "Noto Naskh Arabic", sans-serif;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  border-spacing: 0;
}
 
TABLE.layout TR, TABLE.layout TD {
  padding: 0;
  border: 0;
}

TD.right {
  width: 50%;
  text-align: left;
}

TD.left {
  width: 50%;
  text-align: right;
}

THEAD TD.center {
  width: 490px;
  height: 480px;
  background: url(header.jpg) no-repeat;
  vertical-align: bottom;
}

H1, H2 {
  width: 490px;
  text-align: center;
}

.title, .author {
  display: none;
}

.subtitle {
  width: 490px;
  text-align: center;
  padding: 20px 0;
}

TFOOT TD.center {
  width: 490px;
  height: 180px;
  text-align: justify;
  vertical-align: top;
  padding: 20px 200px 0px 60px;
  background: url(footer.jpg) no-repeat;
}

TBODY TD.center {
  width: 490px;
  text-align: right;
  background: url(ground.jpg) repeat-y;
}

DIV.ground {
  width: 400px;
  text-align: justify;
  padding: 0;
  margin: 40px auto;
}

IMG.khanjar {
  float: right;
  margin: 0 0 0 20px;
}

.left HR, .right HR {
  border: 1px solid gray;
  color: gray;
  background-color: gray;
  width: 50%;
  text-align: center;
}

.center HR {
  border: 1px solid red;
  color: red;
  background-color: red;
}

HR.sep {
  margin-left: 2em;
}

.sec {
  color: red;
  text-align: left;
  width: 100%;
  line-height: 0;
  margin-top: -1ex;
}

A {
  text-decoration: none;
}

.center A {
  color: red;
}

.dedication {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 8em;
  font-weight: bold;
}

.signature {
  text-align: left;  
}

.prelude {
  margin-top: 3em;
  margin-bottom: 8em;
}

.columns TD {
  vertical-align: top;
}

.isbn {
  direction: ltr;
}

.fipa {
  margin: auto;
  border: solid 1px black;
}

