/*
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
  background:   url(../../art/LightningBackground.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/

body {
  font-family: Verdana, Geneva, sans-serif;
  color: whitesmoke;  background-color: white;
} #logo {
  position: fixed;
  top: 0;
  left: 0;
  height: 125px;
} img {
  border: 0;
} a:link {
  color: Fuchsia;
} a:visited {
  color: Fuchsia;
} a:hover {
  color: White;
} a:active {
  color: HotPink;
} #head {
  background-color:black;
  opacity:.6;
}