/* a dark screen format for my LED art work pages, since the
   images usually are dark with a black border */

body {	
	background-color: black; 
	color: white;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
A:link              { color: #e0e0ff; }
A:visited           { color: #e0ffe0; }

div.statement {
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}	    
