body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt {
	font-family: Monaco, Geneva, Verdana, "Courier New", monospaced;  
	font-size: 10px; 
	letter-spacing: 1px; 
	line-height: 19px; 
	color: #000;
	text-decoration: none;
}

.txt a {
	font-family: Monaco, Geneva, Verdana, "Courier New", monospaced;  
	font-size: 10px; 
	letter-spacing: 1px; 
	line-height: 19px; 
	color: #0000FF;
	text-decoration: none;
}
.txt a:hover {
	font-family: Monaco, Geneva, Verdana, "Courier New", monospaced; 
	font-size: 10px; 
	letter-spacing: 1px; 
	line-height: 19px; 
	color: #0000FF;
	text-decoration: none;
	border-bottom: dotted 1px black;

}