﻿
h1 {
background-color: inherited;
text-align: center;
direction: rtl;
font-size: 16pt;
font-family: tahoma;
color: red;
font-weight: normal;
}

h2 {
background-color: inherited;
text-align: center;
direction: rtl;
font-size: 14pt;
font-family: tahoma;
color: green;
font-weight: bold;
}

h3 {
background-color: inherited;
text-align: center;
direction: rtl;
font-size: 14pt;
font-family: tahoma;
color: red;
font-weight: bold;
}

div.text1, p.text1  {
text-align: justify;
direction: rtl;
font-size: 12pt;
font-family: tahoma;
color: black;
font-weight: normal;
background-color: inherited;
}

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: tahoma;
font-size: 12pt;
color: black;
font-weight: normal;
}

div.text3, p.text3 {
text-align: justify;
direction: rtl;
font-size: 10pt;
font-family: tahoma;
color: black;
font-weight: normal;
}

div.text4, p.text4 {
background-color:  #F2F5EE;
padding-bottom:5pt;
padding-right: 5pt;
padding-left: 5pt;
padding-top:5pt;
text-align: justify;
direction: rtl;
font-family: tahoma;
font-size: 12pt;
color: black;
font-weight: normal;
}

div.text5, p.text5 {
background-color:  Beige;
padding-bottom:5pt;
padding-right: 5pt;
padding-left: 5pt;
padding-top:5pt;
text-align: justify;
direction: rtl;
font-family: tahoma;
font-size: 12pt;
color: black;
font-weight: normal;
}

A.addlink {
text-decoration: none;
font-family:tahoma;
padding: 3px;
font-size:14pt;
font-weight: bold;
color: red;
}

A.addlink:hover {
color: black;
background-color: white;
}


A.link1 {
text-decoration: none;
font-family:tahoma;
padding: 3px;
font-size:11pt;
font-weight: bold;
color: red; 
background-color: 222222;
padding: 2px;
}
A.link1:hover {
color: white;
 background-color: 666666;
}

A.link2 {
text-decoration: none;
font-family:tahoma;
padding: 3px;
font-size:11pt;
font-weight: bold;
color: red; 
background-color: white;
padding: 2px;
}
A.link2:hover {
color: green;
 
}
