/*testing a comment*/

BODY	{
	background-image: url() ;
	background-repeat: no-repeat ;
	background-position: 250px 100px ;
	background-attachment: fixed ;
	background-color:#ffffff;
	
	font-size: "10pt" ;
	color: "#000000" ;
	font-family: arial, sans-serif, "times new roman", serif ; 
	}

A:link	{color: #000000; text-decoration: underline}
A:visited	{color: #000000; text-decoration: underline}
A:active	{color: #000000; text-decoration: underline}
A:hover	{color: #0000CC; text-decoration: none}

a.foot:link { color: 0000CC; text-decoration: underline; font-size: smaller }
a.foot:visited { color: 0000CC; text-decoration: underline; font-size: smaller }
a.foot:hover { color: 0000cc; text-decoration: none; font-size: smaller }


table {margin:0px; background-color:transparent;}