h1{
  font-family: Georgia, sans serif;
  color: #191970
  }
nav{
	width: 140px;
}

ul{
	list-style-type: none;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: 		#FF1493;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #E0FFFF;
}

a:hover{
	color: #CCC;
	background-color: #333;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #33F;
}