/*
 * thebigview.com 
 * global CSS for inverse (white on black) pages
 * this CSS imports basic styles from styles.css and defines only the differences
 * (c) 2006 Thomas Knierim
 */

@import "styles.css";

body {
  color: white;
  background-color: black;
  margin: 0px;
}
a:link {
  color: #CCCCCC; 
}
a:visited {
  color: #CCCCCC; 
}
a:active {
  color: #DDDDDD; 
}
a:hover {
  color: #FFFFFF; 
}

