﻿﻿h1 {
background-color: inherited;
text-align: center;
direction: rtl;
font-size: 16pt;
font-family: David;
color: red;
font-weight: normal;
}

h2 {
background-color: inherited;
text-align: center;
direction: rtl;
font-size: 14pt;
font-family: David;
color: green;
font-weight: bold;
}

h3 {
background-color: inherited;
text-align: center;
direction: rtl;
font-size: 14pt;
font-family: David;
color: red;
font-weight: bold;
}

div.text1, p.text1 {
text-align: justify;
direction: rtl;
font-size: 12pt;
font-family: David;
color: black;
font-weight: normal;
}

div.text2, p.text2 {
background-color:  #D6DDB4;
padding-bottom:5pt;
padding-right: 5pt;
padding-left: 5pt;
padding-top:5pt;
text-align: justify;
direction: rtl;
font-family: David;
font-size: 12pt;
color: black;
font-weight: normal;
}

div.text3, p.text3 {
text-align: justify;
direction: rtl;
font-size: 10pt;
font-family: David;
color: black;
font-weight: normal;
}

A.addlink {
text-decoration: none;
font-family:David;
padding: 3px;
font-size:14pt;
font-weight: bold;
color: red;
}

A.addlink:hover {
color: black;
background-color: white;
}
