body {
font-family: "Cursive", "Comic SANS MS";
font-size: 16px;
background: transparent;
}

.table_row {
align: center;
}

.bkgrnd {
background-image: url('images/bkimage.jpg');
background-repeat: repeat;
}

.picsel {
text-decoration: underline;
}

a:link {color: #FF66FF;}
a:visited {color: #FF66FF;}
a:active {color: #FF66FF;}
a:hover {text-decoration: underline; background: #6633CC;}
a{text-decoration:none}


#top_table {
background-repeat: no-repeat;
color: white;
font-size: 20px; 
}

.txtcolor {
color: #FFFFFF;
font-size: 16px; 
}

#mid_table {
background-repeat: no-repeat;
}

#bot_table {
background-repeat: no-repeat;
}


div.background
  {
  width:500px;
  height:250px;
  background:url(klematis.jpg) repeat;
  border:0px solid black;
  }
div.transbox
  {
  width: 860px;
  height:1060px;
  margin:20px 20px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }

