BODY {
	BACKGROUND-IMAGE: url(images1/sandbg.jpg);
	POSITION: absolute;
	}		/*to - ALL

.heading1 {
	float: LEFT;
 	Z-INDEX: 2; LEFT: 10px;
 	WIDTH: 30px;
 	POSITION: absolute;
 	TOP: 30px;
 	HEIGHT: 33px;
 	TEXT-ALIGN: left;
	}		/*to - ALL*/	

H1 {
 	FONT-SIZE: 0.5cm;
 	MARGIN-LEFT: 1%;
 	COLOR: #0000ff;
 	FONT-STYLE: normal;
 	FONT-FAMILY: "arial";
 	position: center;
	}		/*to - ALL*/



.head1	{MARGIN-RIGHT: 400px;	}	/*to - INTRODUCTION */

.head3	{MARGIN-RIGHT: 148px;	}	/*to - ADDITIONAL INFO*/


H3 {
 	FONT-SIZE: 14pt;
 	MARGIN-LEFT: 2.5%;
 	COLOR: green;
 	FONT-FAMILY: "arial";
 	text-align: right;
	}		/*to - ALL*/	

p {	FONT-SIZE: 12pt;
	color: black;
	MARGIN-RIGHT: 5%;
 	FONT-FAMILY: arial, courier, "Times New Roman", Times, serif;
	}		/*to - ALL*/

.main {
 	float: LEFT;
 	Z-INDEX: 2; LEFT: 0.5in;
 	WIDTH: 750px;
 	POSITION: absolute;
 	TOP: 30px;
 	HEIGHT: 33px;
 	TEXT-ALIGN: left;
	}		/*to - ALL*/




em {	text-decoration: underline; }		/*to - ALL*/

p em  {	text-decoration: line-through;}

.underline { text-decoration: underline; }

.line-through	{ text-decoration: line-through; }

.style_red {color:red;}

.style_blue {color:blue;}

.style_green {color:green;}

.style_yellow {color:yellow; background:black;}

.style_white {color:white; background:black;}

.bolder {font-weight: bolder; }

.superscript  { vertical-align: super; font-size: 12px;  }

.subscript { vertical-align: sub; font-size: 12px;  }

.style-bib	{font-weight:bolder; font-style:italic;	}	/*to - ALL*/	


	/*codes for hyperlinks  to - ALL*/

A:link { color: blue;	FONT-FAMILY: arial, courier, "Times New Roman", Times, serif;		
     }	/* unvisited link is blue */


A:visited { color: yellow; 
	FONT-FAMILY: arial, courier, "Times New Roman", Times, serif;		
      }	/* visited link is yellow */

A:hover { color: green;
	 FONT-FAMILY: arial, courier, "Times New Roman", Times, serif;		
      		font-weight: bold;	}	/* mouse-over link is green */

A:active { color: red; FONT-FAMILY: arial, courier, "Times New Roman", Times, serif;		
      font-weight: bold;	
	background-color: pink;	}	/* selected link is red */


IMG {
	float: right;
	BORDER-RIGHT: red 3px solid; 
	BORDER-TOP: red 3px solid;
	BORDER-LEFT: red 3px solid; 
	BORDER-BOTTOM: red 3px solid; 
	}	/*to - ALL*/


UL {
	FONT-SIZE: 8pt; 
	COLOR: green; 
	FONT-STYLE: normal; 
	FONT-FAMILY: "Times New Roman"; 
	LIST-STYLE-TYPE: disc;
	}	/*to - ADDITIONAL INFO*/

OL	{
	FONT-SIZE: 10pt; 
	COLOR: black; 
	FONT-STYLE: normal; 
	FONT-FAMILY: arial, courier, "Times New Roman", Times, serif;
		}	/*to - ADDITIONAL INFO*/



.text2	{MARGIN-RIGHT: 248px;	}	/*to - ADDITIONAL INFO*/

.text3	{MARGIN-RIGHT: 148px;	}	/*to - ADDITIONAL INFO*/

.text4	{MARGIN-RIGHT: 48px;	}	/*to - ADDITIONAL INFO*/


.text5	{MARGIN-RIGHT: 380px;	}	/*to - INTRODUCTION */

.text6	{MARGIN-RIGHT: 280px;	}	/*to - INTRODUCTION */


 

#element1 {position: absolute;
		z-index:0; 
		top: 300px; 
		left: 400px;	}	/*to - ADDITIONAL INFO*/

#element2 {position: absolute; 
		z-index:1; 
		top: 450px; 
		left: 650px;}		/*to - ADDITIONAL INFO*/

#element3 {position:absolute; 
		z-index:2; 
		top: 600px; 
		left: 750px;}		/*to - ADDITIONAL INFO*/


#element4 {position:absolute; 
		z-index:0; 
		top: 300px; 
		left: 400px;}		/*to - INTRODUCTION */

#element5 {position: absolute; 
		z-index:1; 
		top: 550px; 
		left: 600px;}		/*to - INTRODUCTION */



.illustration1{		width: 200px;
			height: 200px;
			overflow: auto;
			float: right;
			margin: 5px;
			cursor: move;	}	/*to - ADDITIONAL INFO*/


.illustration2{		width: 300px;
			height: 200px;
			overflow: auto;
			float: right;
			margin: 5px;
			cursor: move;	} 	/*to - Agriculture */


.nowrap {
	clear: right
	}
