@charset "utf-8";
/* CSS Document */

.txt_link
{
font-family:Arial;
color:#000000;
font-size:12px;
}

.txt_link a:link
{
color:#000000;
text-decoration:none;
}
.txt_link a:visited
{
color:#000000;
text-decoration:none;
}
.txt_link a:hover
{
color:#000000;
text-decoration:underline;
}
.txt_link a:active
{
color:#000000;
text-decoration:underline;
}