


html
{
/*	background: beige;
	background: #444444;
	line-height: 1.5em;
*/

	margin: 10px;
	padding: 10px;
	font-size: 20px;

	vertical-align: middle;
	color: black;
	/*
  text-shadow: 2px 2px  #ff0000;

	text-align: center;
	*/
}

body
{
  background-color: beige;
  /*
  background-color: beige;
  background-color: lightgreen;
  background-color: #C3FDB8;
  background-color: #5EFB6E;

  */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
 }

div
{
  border-radius: 25px;
  padding:  5px;
  margin:  10px;
  box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56);
  position: fixed;
  top: 5px;
  font-size: 32px;
  z-index: -2;
}

a
{
  text-decoration: none;
  color: black;
  white-space: nowrap;
  /*
  display: block;
  */
}

.words
{
	font-size: 32px;
	transition: 1s;
	margin-left: 25px;
}

.words:hover
{
  background-color: black;
  color: white;
  transition: .5s;
}


.banner
{
	visibility: none;
}
