body {font-family: Arial;
	  background-color: #FF8844;
	  text-align: center;
	  background-image: url(z1.gif);
	 background-repeat: repeat-x;
	  background-position: center;
	  background-attachment: fixed;
	 }
	 
	 
h2 {color:rgb(192,192,192);
	font-size: 136px;
	border/*-top*/: 2px /*dotted*/ solid;
	border-color: blue;
   }	
   
.orange {color: rgb(128,0,128); 
	  font-size: 24px;
	  background-color: #FFCC99;
	  width: 700px;
	  margin: 100px auto;
	  padding: 20px;
	  border-radius: 10px;
     }
	 
.aqua {color: rgb(128,0,128); 
	  font-size: 24px;
	  background-color: aqua;
	  width: 700px;
	  margin: 100px auto;
	  padding: 20px;
	  border-radius: 10px;
     }
	 
a:link { color: #FF8080; 
	     text-decoration: none;
		 font-weight: bold;
       }
	   
a:visited { color: #AA0080; 
	     text-decoration: none;
		 font-weight: bold;
       }
	   
a:hover { color: #FF0000; 
	     text-decoration: none;
		 font-weight: bold;
       }
	   
a:active { color: #FF4444; 
	     text-decoration: none;
		 font-weight: bold;
       }
	   
 