
h1 	{
	font-size: 150%;
	color: #00ffff;
	text-align: center;
	font-family: Broadway;
	border-bottom: 1px solid #6600ff;
	border-left: 1px solid #6600ff;
	border-right: 1px solid #6600ff;
	border-top: 1px solid #6600ff;
	background-image: url(images/temporaryimage11.jpg);
	}
	
body 	{
	border-top: 1px solid #6600ff;
	font-family: Times New Roman;
	background-color: white;
	color: #0000ff;
	font-weight: bolder;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	/*border-left: 1px solid #6600ff;*/
	}

p.pmargin {margin: 5% 20% 1% 20%;
	text-align: justify;
	}

img1	{
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	cursor:hand;
	margin: 5% 20% 1% 20%;
	float: right;
	}

div.background
  {
  width: 250px;
  height: 1000px;
  background: url(images/temporaryimage11.JPG) repeat;
  border: 2px solid black;
  
  align: center;
  }
div.transbox
  {
  width: 600px;
  height: 200px;
  margin: -2px 250px;
  background-color: #11ffff;
  border: 2px solid black;
  filter:alpha(opacity=50);
  opacity:0.5;
  -moz-opacity:0.5;
  }
div.transbox2
  {
  width: 800px;
    height: 200px;
    margin: 30px 50px;
    background-color: #00ff11;
    border: 1px solid black;
    filter:alpha(opacity=50);
    opacity:0.5;
  -moz-opacity:0.5;
  }
div.transbox3
  {
  width: 800px;
    height: 200px;
    margin: 30px 50px;
    background-color: purple;
    border: 1px solid black;
    filter:alpha(opacity=50);
    opacity:0.5;
  -moz-opacity:0.5;
  }
div.transbox p
  {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
  }
div.transbox2 p
  {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
  }
div.transbox3 p
  {
  margin: 30px 40px;
  font-weight: bold;
  color: #ffffff;
  }


