<html>
  <head>
    <title>divine gems</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
  </head>
  <body>
  
    
	
	h1  {color: #cc33cc  }
			
	h2  {color: #cc33cc }	
	
	h3  {color: #ff0000 }  
	
	body {  background-color: #ccffcc  }
	
	font {  color: #CC33CC  }
	
	
	a:link {  color: #0000ff  }
	
	a:visited { color:  #8424db  }
	
	a:active { color: purple;
				background-color: #ffff00  }
	
	a:hover { color: orange;  
			   font-style: italic;
			   font-weight: bold;
			   background-color: green  }
			   
	
  </body>
</html>
