body{
	background-color: black;
	font-family: verdana;
}

.top{
	background-color: yellow; 
	width: 100%;
	height: 236px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: black;

}

.title{
	margin-top: 70px;
	text-shadow: 5px 5px 3px gray;
}

.img{
	position: absolute;
	top: 0px;
	right: 0px;
}

.content{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 236px;
	color: yellow;
	text-align: center;
	margin-top: 20px;
}

.menu{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: yellow;

}

h1{
	text-shadow: 5px 5px 3px gray;
}

h2{
	text-shadow: 4px 4px 3px gray
}

table{
	border: 1px;
	width: 100%;
	height: 50px;
	vertical-align: center;
}

tr{
	vertical-align: center;
	height: 20px
}

td{
	text-align: center;
	vertical-align: center;
}

a:link {
  text-decoration: none;
  color: red;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: orange;
 }

a:active {
  text-decoration: none;
  color: blue;
}