.scary {
  font-family : sans-serif;
  color : #FF6666;
}

.halloween {
  font-family : serif;
  color : #FF9218;
}

A:link {
  font-family : serif;
  color : #00FF00; 
  text-decoration : none; 
}
A:hover {
  font-family : serif;
  color : #00FF00; 
  text-decoration : underline; 
}
A:active {
  font-family : serif;
  color : #00FF00; 
  text-decoration : underline; 
}
A:visited {
  font-family : serif;
  color : #CC9999; 
  text-decoration : none; 
}

A.terror:link {
  font-family : sans-serif;
  color : #FF6666; 
  text-decoration : none; 
}
A.terror:hover {
  font-family : sans-serif;
  color : #FF6666; 
  text-decoration : underline; 
}
A.terror:active {
  font-family : sans-serif;
  color : #00FF00; 
  text-decoration : underline; 
}
A.terror:visited {
  font-family : sans-serif;
  color : #FF6666; 
  text-decoration : none; 
}

