* {
	color: white;
	background-color: black;
	font-family: Sans-serif;
}
.nav {
	text-align: right; 
	padding: 0px; 
	padding-right: 1em; 
	margin: 0px;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.mono {
	font-family: monospace, monospace;
}
.icon0 {
	background-color: transparent;
	position:absolute;
	z-index: 1;
	bottom: 86px;
	left: 0px;
}
.pic0 {
	background-color: transparent;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 5px;
}
.pic1 {
	background-color: transparent;
	z-index: 0;
}
.viewport {
	background-color: transparent;
	position: relative;
	height: 272px;
	width: 480px;
	padding: 0px;
}
form {
	display: inline;
}
.flashing-shadow {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
  animation: flashShadow 1s ease-in-out infinite;
}
@keyframes flashShadow {
  0% { box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75); } 
  50% { box-shadow: 2px 2px 8px rgba(127, 127, 127, 0.75); } 
  100% { box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75); }
}
