#header h1{ font-size: 2.5em; }
.popup-color-menu{
	position: absolute;
	left: 0px; top: 0px;
	width: 200px; height: 200px;
	padding: 15px;
	background: white;
	border: solid black 1px;
}
.popup-color-menu p{ margin-top: 3px; }
.popup-color-menu a{display: block; margin-bottom: 5px;}
p.close-popup-color-menu{cursor: pointer; margin: 0; text-align: right; float: right;}