@charset "iso-8859-1";
a {	
	color: #3366CC;	
	text-decoration: none;
	font-style:italic
}
a:hover {	
  text-decoration: underline
}
body {	
  background-color: #DCDCDC;
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 1em;	
  line-height: 2em;	
  color: #336699;
  margin-top: 0.1em;
  margin-right: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0.1em
}
div.background {
/*  width:900px;
  height:2125px; */
  width:auto;
  height:auto;
  background:url(/Pictures/island-paradise-tile.jpg) repeat;
  border:2px solid black;
}
div.transbox {
/*  width:800px;
  height:1950px; */
  width:auto;
  height:auto;
  margin:30px 50px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
div.transbox p {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
div.transbox ul {
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 1em;
  font-weight:bold;
  color:#3366CC;
  list-style-type: square;	
  list-style-position: outside
}
h2 {
  color: #CCCCCC
}
h3 {	
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 1.15em;	
  background-color: #006666;  	
  color: #DCDCDC
}
h4 {
  color: #000000
}

