/* style.css - a style sheet with background for index and bio*/
body {
  margin: 3px 3px 3px 10px;
  color: #000000; background: #CC9966;
  font-size: 20px;
  font-family:verdana,geneva,helvetica,arial,sans-serif;
  background-image: url(pesher_index.gif); 
}
p {
font-family:verdana,geneva,helvetica,arial,sans-serif;
font-size:14px;
margin-left: 5px;
}
b {background: #FFDEAD;}
/* subtext letters */
a:link {
color:#7E2D01;
background:#FFDEAD;
font-weight: bold;
text-decoration:none;
}
a:visited {
color:#CC6666;
background:#FFDEAD;
font-weight: bold;
text-decoration:none;
}
a:active {
color:#006666;
background:#FFDEAD;
font-weight: bold;
text-decoration:none;
}
a:hover {
color:#fffff0;
background:#009999;
}
ul {
  margin-left: 3px;
  padding-left: 0;
  background: #FFDEAD;
}
/* background for list */
li {
 margin-left: 5px;
  padding-left: 0;
  font-weight: bold;
  background: #FFDEAD;
}

input,textarea,select {
 color: #006666;
 background-color: #FFDEAD;
 font-size: 8pt;
}

h1 { 
color: #7E2D01; text-align: center;
font-size:30pt;
font-family: verdana;
 }
h2, h3,h4 { 
color: #7E2D01; 
text-align: center;
font-family: verdana;
}
