/* BEGIN CSS DOCUMENT Fotoindex.txt.css */

 body { background-color: #010101; margin: 5px 10px 10px 5px; }

 /* NOTE - MARGIN ORDER goes-- top right bottom then left; like a backwards-C */

 a:visited
 	{color : #aabb44; text-decoration : underline;}
 a:link 
 	{color : #eeff99; text-decoration : underline;}
 a:hover
 	{color : #ddcc55; text-decoration : underline;} 


 .red {color: #cc0000; } 
 .green {color: #006600; } 
 .blue {color: #0000cc; } 
 .black {color: #000000; }


/* END CSS DOCUMENT Fotoindex.txt.css */ 