body, td {
font-size: 13px;
font-family: Verdana, "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
color: #1f1f1f;
}

a {
color: #ea7500;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #c66300;
text-decoration: underline;
font-weight: bold;
}

.large_link {
font-size: 14px;
color: #F8981D;
font-weight: bold;
}

.large_link a {
color: #F8981D;
text-decoration: none;
}

.large_link a:hover {
color: #c66300;
text-decoration: underline;
}

.link_detail {
font-size: 12px;
font-weight: bold;
}



sup {
font-size: 9px;
}

.border_text {
border-top: 1px solid gray; 
border-bottom: 1px solid gray;
padding-top: 7px;
padding-bottom: 7px;
font-size: 13px;
text-align: center;

}