/* 
   link colors - overridden by the album 'linkcolor' property.
*/

A:link, A:visited, A:active 
        { color: #333399; }
A:hover 
        { color: #339999; }


/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

BODY  
        { 
          background-color: #FFFFFF;
          color: #000000;
        }
TD, P 
        { 
          font-family: Verdana,Arial,Helvetica,sans-serif;
	  font-size: 10pt;
          color: #000000;
        }

P.1
		{
		  font-size: 80%;
		}