* {
  color: white;
  font-family: monospace;
	font-style: italic;
  text-decoration: none;
	float: left;
	position: relative;
  max-width: 700px;
	background-color: rgb(40,40,40);
}

footer {
  position: fixed;
  bottom: 1%;
	padding: 1px;
	padding-right: 20px;
  border-style: dotted;
  border-width: 2px;
  border-color: white;
	background-color: rgb(40,40,40);
}

ul {
	list-style-type: none;
	margin: 0;
	margin-right: 6%;
	padding: 0;
	max-width: 60px;
	white-space: nowrap;;
}

li a {
	display: block;
}

img {
  max-width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
}

iframe {
  position: relative;
  border: none;
  width: 100%;
  height: 430px;
}

a:hover {
  color: rgb(40,40,40);;
  background-color: white;
}

.current {
  font-weight: bold;
}
