/* special configuraiton for the oddly themed
 "Interview with an Extraterrestrial" article */
 
body {
  padding-left:50px;
  width:850px;
}

a {
  color:white;
}

a:visited {
  color:#c0c0c0;
}

a:hover {
  color:black;
  background:#c0c0c0;
}