/* Stylesheet: master.css */
/* Author: Albert Pang <albert@APhotograph.net> */
/* Date Created: July 26th, 2001 */
/* Last Modified: September 18, 2001 */
/* Master Stylesheet for http://www.APhotograph.net */
/*   If you edit this, don't forget to edit 
     master-picture.css 
     as well */

/*------------------------------------------------------*/
/* 
	Basic White on black.  
 */
/*------------------------------------------------------*/

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

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

P  { color: #ffffff; 
	font-size: 14px;
        font-family: Arial, Helvetica, Univers, sans-serif
} 
H1  { color: #ffffff; 
	font-size: 30px;
        font-family: Arial, Helvetica, Univers, sans-serif
} 
H2  { color: #ffffff; 
	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% }


