body {
	font: 10pt "Arial, Verdana, sans-serif";
	background-image: URL(cyrix/716/images/background1.html);
}

#island {
	font: 14pt "Arial, Verdana, sans-serif";
	background-image: URL(images/background2.html);
	background-color: lightblue;

}


  #header {
	font: 25pt "Arial, Verdana, sans-serif";
      font-weight: bold;
      color: blue;
      text-decoration: overline;
	}
	  #header2 {
	font: 20pt "Arial, Verdana, sans-serif";
      font-weight: bold;
      color: blue;
      text-decoration: overline;
	}

    #para {
 	  font: 12pt "Verdana, sans-serif";
      font-weight: bold;
      color: blue;
	}

	#lineitem {
 	  font: 14pt "Arial, Verdana, sans-serif";
      font-weight: bold;
      color: blue;
      text-decoration: underline;
	}



#first{ 
     position: absolute; 
     left: 0px; 
     top: 0px; 
     color: blue;
} 
#second{ 
     position: absolute; 
     left: 0px; 
     top: -30px;
     color:  red;
} 

#blockDiv {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 600px;
	height: 100px;
	background-color: blue;
	layer-background-color:blue;
}