/* 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:#FF6633;}
#brown {color: #7E2D01;}
#book {color:#000000}
#imgfloat img {width: 100%;}
#frame {
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:center;
}
#complete {
margin: 2px;
padding: 3px;
float: left;
width: 185px;
border: #000 1px solid;
}
i {
color:#009999;
}
#book {color:#000000}
#question {color:red}
#heb {color:#990066 }
#dss {
color:#CC3333;
font-weight:normal;
}
a:link {
color:#006666;
background:transparent;
font-weight: bold;
text-decoration:none;
}
a:visited {
color:#006666;
background:transparent;
font-weight: bold;
text-decoration:none;
}
a:active {
color:#006666;
background:transparent;
font-weight: bold;
text-decoration:none;
}
a:hover {
color:#fffff0;
background:#009999;
}
#reglink {
color:#006666;
font-weight: bold;
text-decoration:none;
}
#reglinki {
color:#006666;
font-style: italic;
font-weight: bold;
text-decoration:none;
}
ul {
  margin-left: 3px;
  padding-left: 2px;
}
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,h4 { 
color: #CC0066; text-align: center;
 }
table {
  border:10px;
  border-style:outset;
}
th
{
font-size:15px;
font-weight:bold;
}
td
{
  border:2px;
  border-color:#000000;
  border-style:solid;
  padding:5px;
}
#full {}