body {
  zoom: 0.94; /* Zooms out to 94% */
}

a:link {
  color: blue; /* Unvisited link */
}

a:visited {
  color: #blue; /* Visited link */
}


a:hover {
  color: green; /* Mouse over link */
}

a:active {
  color: black; /* Selected link */
}

#header {
        text-underline-offset: 12px;
        text-decoration: underline overline;
	color: white;
        letter-spacing: 5px;
	font-size: 55px;
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

#copyright {
      font-family: "Trebuchet MS";
      font-size: 14px;
      font-weight: 520;

    }
