html {
	
	cursor: wait;

	}
	
	body {
	
	background-image: url("bgimage.jpg");
	
	}
	
		h1 {
	
	color: lime;

	text-align: center;
	
	}

	li{
		float: left;
		clear: right;
	}
	
	a{
		float: left;
		clear: right;
	}
	
	img{
		float: left;
		clear: right;
		
	}

	a:link{
	
	color: lime;

	}
	
a:visited {
	
	color: red;

	}
	
	a:hover {
	
	color: cyan;
	
	font-size: 50px;
	
	font-weight: bold;

	}

a:active{
	
	color: purple;

	}

a:hover {

color: cyan;

cursor: not-allowed;

}