/* style.css - a style sheet with background */
body {
  margin: 3px 3px 3px 10px;
  color: #7E2D01; background:#DEB887;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana,geneva,helvetica,arial,sans-serif;
  text-align: left;
  background-image: url(pesher_index.gif); 
  }
b {color:#FF6633}
p {
background-color: #FFDEAD;
padding-left: 4px;
padding-right: 2px;
}
a:link {
color:#006666;
background:transparent;
font-weight: bold;
text-decoration:underline;
}
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;
}
ul {
  margin-left: 0px;
  padding-left: 0;
  list-style-position: inside; 
}
ol {
  margin-left: 0px;
  padding-left: 0;
  list-style-position: inside; 
  list-style-type: lower-alpha;  /* a b c d e etc. */
}

li {
 margin-left: 5px;
  padding-left: 0;
background-color: #FFDEAD;
}
h1,h2 { 
color: #7E2D01; 
text-align: left;
font-size:12pt;
font-family: verdana;
}
h3 { 
color: #fffff0; 
text-align: left;
font-family: verdana;
background-color: #009999;
}
h4 { 
color: #fffff0; 
text-align: left;
font-family: verdana;
background-color: #FFDEAD; 
}


