/* Stylesheet: white.css */
/* Author: Albert Pang <albert@APhotograph.net> */
/* Date Created: (based on master.css) July 26th, 2001 */
/* Last Modified: May 29, 2002 */
/* White Stylesheet for http://www.APhotograph.net */

/*------------------------------------------------------*/
/* 
	Black on White
 */
/*------------------------------------------------------*/

BODY { 
	background: white;
	color: black;
	font-size: 14px;
        font-family: Arial, Helvetica, Univers, sans-serif;
	margin-top: 10;
}

A:link    { color: blue }
A:visited { color: #0044ee } /* That is a darker shade of 'yellow' */
A:active  { color: black; font-weight: bold } /* Link currently selected by the user. */

P  { color: black; 
	font-size: 14px;
        font-family: Arial, Helvetica, Univers, sans-serif
} 
H1  { color: black; 
	font-size: 30px;
        font-family: Arial, Helvetica, Univers, sans-serif
} 
H2  { color: black; 
	font-size: 22px;
        font-family: Arial, Helvetica, Univers, sans-serif
} 
   H1.header, H2.header { 
        line-height: 0.5;
        vertical-align: bottom;
        margin-top: 1cm;
        margin-left: 1cm  
   }
   IMG.header {
       vertical-align: bottom
   }
/* first-letter or first-line pseudo class is not supported yet by IE4 or NS4 */
P.first-letter { font-size: 200% }


