div.dep {
background-color: white;
border: solid lightsalmon;
border-width: 1px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 11pt;
}

table.link th {
font-size: 10pt;
text-align: center;
color: darkblue;
}

table.link td.subject {
font-size: 10pt;
text-align: center;
color: darkblue;
}

table.link td.contents {
padding: 0.3em;
font-size: 9pt;
text-align: left;
}

table.link a:link {
color: darkblue;
text-decoration: none;
}

table.link a:visited {
color: darkblue;
text-decoration: none;
}

table.link a:hover {
color: red;
text-decoration: none;
}

table.link a:active {
color: red;
text-decoration: none;
}