body {
  scrollbar-base-color:#ece3b2;
  scrollbar-3dlight-color:#f2ebc6;
  scrollbar-arrow-color:#502828;
  scrollbar-darkshadow-color:#502828;
  scrollbar-face-color:#d1c29a;
  scrollbar-highlight-color:#ded2a6;
  scrollbar-shadow-color:#997e68;
  scrollbar-track-color:#ded2a6;
}

body, p, h1, h2, h5, a {
  color: #502828;
  font-family: Verdana, Arial, Helvetca, sans-serif;
  background: #ece3b2;
}

h1 {
  font-weight:bold;
  font-size:15pt;
  margin:5px;
}

h2 {
  font-weight:bold;
  font-size:11pt;
  margin:5px;
}

h4 {
  font-weight:normal;
  font-size:8pt;
  margin:0px;
}

h5 {
  font-weight:normal;
  font-size:10pt;
  margin:5px;
}

p {
  font-weight:normal;
  font-size:11pt;
  margin:5px;
}

img.w {
  border-width:3px; 
  border-color:#c6b590; 
  border-style:ridge; 
  text-align:center;
}

img.wo {
  border-width:0px; 
  text-align:center;
}

table {
  border-width:0px;
  border-style:solid;
  border-color:blue;
  padding:0px;
  margin:0px;
}

td,tr {
  border-width:0px;
  border-style:solid;
  border-color:red;
  padding:0px;
  margin:0px;
}

A:link { text-decoration: none }
A:visited { text-decoration: none }
A:active { text-decoration: none }

