/*	bdc.css
 *	Style sheet BDC pix pages
 *	RWM 21 Oct 08
 *      modified 14 Sep 10
*/
/* margin top right bottom left */
 body	{
	font: 12pt Ariel, Helvetica, sans-serif;
	background-color: #005000;	/* dark green */
	color: ddcc00;	/* text colour */
	margin: 0px 0 0 0;
}
 #smallnote	{
	font: 10pt Ariel, Helvitica, sans-serif;
	margin-left: 20px;
	margin-right:20px;
}
 table	{
	align: center;
	padding: 10px;
}
a:link	{
	color: yellow;	/* (bbaa00) dark yellow */
	font-weight: bold;
	text-decoration: none;
}
a:visited	{
	color: yellow;	/* #00cccc; */
	/*ffff00=yellow; 00ffff=cyan; ff00ff=magenta; 0000ff=blue*/
	font-weight: bold;
	text-decoration: none;
}
a:hover, a.active	{
	color: yellow;	/* dark yellow */
	text-decoration: underline;
