/* hide from ie on mac \*/
html{
  height: 100%;
  overflow: hidden;
}

#flashcontent{
  height: 100%;
}
/* end hide */

body{
  color: white;
  font-family: Verdana, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: white;
  background-color: black;
  font-family: Verdana, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: white;
  font-family: Verdana, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}

