html,body {
	background-color:#ffffff;
	margin: 0;		padding: 0;
}

a:link { 		color: #999999;		text-decoration: none;	}
a:visited { 	color: #999999;		text-decoration: none;	}
a:hover { 		color: #000000;		text-decoration: none;	}
a:active { 		color: #999999;		text-decoration: none;	}

.txt {
	font-family: arial, sans-serif, helvetica;
	font-size: 12;
	text-decoration: none;
	text-valign: top;
}