a:link, a:visited {
  background-color: #11ffee00;
  color: yellow;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: white;
  color: blue;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(viking-wallpaper.jpg);
	color: black;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: center top;
}
