BODY {  scrollbar-base-color : #8D6731;
        scrollbar-arrow-color : #000000;  
      background: #8D6731;
      background-image: url("");
      background-repeat: repeat-y;
      background-position: 0px 0px;
      background-attachment: fixed;
      }

H1 {font-family: times; font-size: 300%; font-weight: bold }
H2 {font-family: times; font-size: 200%; font-weight: bold }
H3 {font-family: times; font-size: 150%; font-weight: normal  }
H4 {font-family: times; font-size: 100%; font-weight: normal  }
H5 {font-family: times; font-size:  75%  font-weight: lighter }

P {font-family: courier}
P.sansserif {font-family: sans-serif}

A {color: BLACK; 
   background-image: url(none);
  }
A:visited { color:black;}

A:hover { color:Black; 
          font-weight: bold; 
          font-size: none; 
          text-decoration: none;
         } 



table {
	border-width: thin;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color:#ddb582;
}
table th {
	border-width: thin;
	padding: 1px;
	border-style: outset;
	border-color: black;
	background-color: #ddb582;
	-moz-border-radius: 0px;
}
table td {
	border-width: thin;
	padding: 1px;
	border-style: outset;
	border-color: black;
	background-color: #ddb582;
	-moz-border-radius: 0px;
}


.cssbutton {
	background: #ddb582;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
        hover{background: #000000;};
        padding: 0px 20px 0px 20px;
        border : 2px solid #000000;
}

/* ************************************************* */ 


DIV.pics {
  width:800px;
  height:120px;
  overflow-x:auto;
  overflow-y:auto;
 
}



div.background
  {
  width: 500px;
  height: 250px;
  background: url(klematis.jpg) repeat;
  border: 2px solid black;
  }

div.transbox
  {
  width:  400px;
  height: 180px;
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }
/* ************************************************* */ 


