/* 
   default text styles
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#ffffff;
	  background-color: #000000;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #808080; text-decoration: none; }
A:link	{ color: #808080; text-decoration: none; }
A:visited { color: #808080; text-decoration: none; }
A:active { color: #808080; }
A:hover	{ color: #C0C0C0; }
