.panel {
	z-index:	10;
	position:	fixed;
	top:		0%;
	left:		15%;
	width:		100%;
	height:		100px;
	font-family:	sans-serif, arial, times-roman;
	background-color: purple;
}
.panel a {
	color: white;
}
.panel a:hover {
	color: purple;
	background-color: white;
}
.panel a:active {
	color: blue;
	background-color: green;
}
