a {
font-style: normal;
text-decoration: underline;
color: black;
}

a:link {
color: black
}

a:visited {
color: black
}

a:hover {
color: gray
}

tr {
border:none
}

table {
border:none
}

td {
border:none;
border-width: 1px;
border-color: black
}

tr_bottomborder {
border-top:none;
border-right:none;
border-left:none;
border-bottom: solid;
border-width: 1px;
border-color: black
}