body{
	margin: 0px;
}
#panel{
	position: absolute;
	top: 0px; height: 80px; width: 100%;
	background-color: #CFEEFF;
	font-size: xx-large;
	color: #00527F;
}
#wordsPanel{
	position: absolute;
	top: 80px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	overflow: auto;
}
#copy{
	text-align: center;
	color: #00527F;
	background-color: #CFEEFF;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	position: absolute;
}
a{
	color: #00293F;
}
.message, .message2{
	position: absolute;
	top: 0px; height: 80px; width: 100%;
	background-color: #CFEEFF;
	display: none;
	color: #00527F;
}
h3{
	margin: 0px;
	color: #00527F;
}
.button{
	border: none;
	background: none;
}
.buttonIMG{
	width: 40px;
	height: 40px;
}
.screens{
	position: absolute;
	top: 0px; 
	right: 0px; 
	width: 80px; 
	height: 80px; 
	overflow: auto; 
	text-align: left;
	font-size: medium;  
}
ul{
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}