body, td {
cursor: default;
font-family: arial;
font-size: 12px;
letter-spacing: 0px;
text-align: justify;
color: black;
}

.txt {
font-family: arial;
font-size: 12px;
color: black;
line-height: 20px;
cursor: default;
margin: 5px;
text-align: justify;
border:0;
}
	
A:link, A:visited, A:active {
color: #18292c;
cursor: default;
text-decoration: underline;
border-bottom: none;
}
A:hover {
color: black;
cursor: default;
text-decoration: none;
border-bottom: 1px dotted black;
}
