div#base {
font-family: initial;
font-weight: 600;
}
div#body table {
font-size: 14.5px;
border: 1px solid #666;
}
.style_th {
border: 1px solid #666;
background-color: #ddba98;
text-align: center;
padding: 3px 5px;
}
.style_td {
font-weight: 500;
border: 1px solid #666;
background-color: #fefefe;
padding: 3px 5px;
}
pre {
color: #000;
font-size: 14px;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
font-weight: 500;
border: solid #333;
border-radius: 0px;
border-width: 2px 2px 2px 15px;
padding: 10px;
margin: 5px;
}
div#body h3 {
font-size: 18px;
border-left: solid 10px #666e99;
}
body {
font-family: initial;
font-weight: bold;
}
a:link {
font-weight: bold;
text-decoration: none;
}