body {
  direction: rtl;
  background-color: #CCFFCC;
  padding: 15px 60px 0 60px;
  margin: 0;
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  border-style: none none dashed none;
  border-width: 1px;
}

h1 {
  text-align: center;
  font-family: Times New Roman, serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: -15px;
}

h2 {
  font-family: David, Arial, sans-serif;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
  margin: 20px -35px 5px -35px;
}

h2 a:hover {
  color: black;
  background-color: #BBDDBB;
  border-style: solid none solid none;
  border-width: 2px;
}

h3 {
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

p {
  font-family: Arial, sans-serif;
  text-align: right;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}

.links {
  direction: ltr;
  float: right;
  font-size: 10px;
  color: #808080;
  margin-top: 4px;
}

.links a:link, .links a:visited {
  color: gray;
}

.links a:hover {
  color: gray;
  background-color: #AACCAA;
  border-style: solid none solid none;
  border-width: 1px;
}

.indent {
  position: absolute;
  right: 130px;
}

.indent2 {
  position: absolute;
  right: 150px;
  font-size: 16px;
}

.left {
  text-align: left;
  direction: ltr;
}

.indent3 {
  margin-right: 30px;
}
.left .indent3 {
  margin-left: 30px;
}

.spacer {
  padding: 3px;
}
