/* photo.css	Bill Bereza's main photo stylesheet
 * (C) 1997 Bill Bereza. All Rights Reserved.
 * CSS for white on black pages 
 *
 * version 1.0
 * Monday, September 22, 1997
 */

BODY {
	margin: 5%;
	color: white;
	background: black;
}

A:link { color: yellow; background: transparent; }       /* unvisited link */
A:visited { color: gray; background: transparent; }   /* visited links */
A:active { color: red; background: transparent; }    /* active links */

IMG { border: 0; }

H1, H2, H3, H4, H5, H6 {
	background: black;
	color: white;
	font-family: serif;
}

