body, html {
  background: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  min-height: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#artic {
  margin: 0 auto 0 auto;
  outline: none;
  position: relative;
}
/* "Flash not found" notice formatting */
#artic h1 {
  color: #FFFFFF;
}
#artic img {
  border: none;
}
#artic p {
  color: #999999;
  font-size: 0.6em;
}
#artic a, a:visited {
  color: #CCCCCC;
  text-decoration: none;
}
#artic a:active {
  color: #FFFFFF;
  text-decoration: none;
}
#artic a:hover, a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}

