/* style.css - a style sheet with background */
body {
  margin: 10px 10px 10px 10px;
  color: #000000; background:#ffffcc;
  font-size: 12px;
  font-family:verdana,geneva,helvetica,arial,sans-serif;
  text-align: justify;
  }
b {color:#7E2D01;}
#time {color:#FF6600}
#rev {color: green}
#double {line-height: 2.5;}
#RLR { 
text-decoration:none;
border: 2px dashed #7E2D01;
padding: 3px;
}

a.RLR:link {
background:transparent;
text-decoration: none;
border: 3px dotted #7E2D01;
padding: 2px;
}
a.RLR:visited {
background:transparent;
text-decoration: none;
border: 3px dotted #7E2D01;
padding: 2px;
}
a.RLR:hover {
background-color: #CCCCCC;
color:#000000;
text-decoration: none;
border: 3px dotted #7E2D01;
padding: 2px;
}

i {
color:#009999;
}
#book {color:#000000;}
#question {color:red;}
#heb {color:#990066;}
#dss {
color:#CC3333;
}

a:link {
color:#1569C7;
background:transparent;
text-decoration:underline;
}
a:visited {
color:blue;
background:transparent;
text-decoration:underline;
}
a:active {
color:blue;
background:transparent;
text-decoration:underline;
}
a:hover {
color:#fffff0;
background:#aaaaff;
}
#reglink {
color:#006666;
font-weight: bold;
text-decoration:none;
}
#reglinki {
color:#006666;
font-style: italic;
font-weight: bold;
text-decoration:none;
}
#redlink {
color:purple;
text-decoration:none;
}
ul {
  margin-left: 3px;
  padding-left: 0;
}
li {
 margin-left: 5px;
  padding-left: 0;
}
ol        { list-style-type: lower-alpha }  /* a b c d e etc. */
ol ol     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
ol ol ol  { list-style-type: lower-roman }  /* i ii iii iv v etc. */
blockquote { 
background-color: #FFDEAD;
padding: 10px;
}
h1 { 
color: black; text-align: center;
font-size:30pt;
}
h2, h3 { 
color: #7E2D01; text-align: center;
 }
h4 { 
color: teal; text-align: center;font-size:12pt
 }
 h5 {
 color:#7E2D01;text-align:left;font-size:10pt;
}
table {
 border:1px;
  border-color:#000000;
  border-style:solid;
  border-collapse: collapse;
  border-spacing: 0;
 }
th
{
font-size:20px;
width:900px;
}
td
{
  border:0px;
  border-color:#000000;
   width:900px;
  border-style:solid;
    text-align: justify;
  padding:5px;
}  
#heading_rev {
  background-color: #FFDEAD;
  padding:5px;
}
#heading_rev1 {
  background-color: #9999FF;
  padding:5px;
}
#heading_rev2 {
  background-color: #99CCFF;
  padding:5px;
}