#head{
		border-style:outset;
		border-width: thick;
		border-color: aqua;
		margin: 2%;
		padding: 2%;
		background-color:#000000;
		text-align: center;
		color: aliceblue;
	}
	
	a#lk{
		text-decoration: none;
		color: black;
		align-content: center;
	}
	
	a#lk:hover{
		color: hotpink;
		
	}
	a#lk:visited{
		text-decoration: none;
		color: black;
	}
	a#lk:visited:hover{
		text-decoration: none;
		color: hotpink;
	}
	
	p#text:hover{
		color: aqua;
	}
	
	p#hi:hover{
		color: greenyellow;
	}
	p#hi{
		
		height: 24px;
		font-size: 36px;
	}
	
	
	
