p {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
}
A
{ 
        text-decoration : none;
}
A:visited
{ 
        text-decoration : none;
        color: blue;
}
A:hover
{
        font-style : normal;
        text-decoration : underline;
}
.txt_table {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
}