ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover{
	text-decoration: none;
}

/*/--------additions*/

#black-screen{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: black;
	opacity: 0.6;
	cursor: pointer;
	display: none;
}

.color-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.b{
	border: 1px solid red;
}