 
@CHARSET "UTF-8";
* {
    font-family: serif;
}
/* ffe0b0  e588a7    
*/
a:link  {
    text-decoration: #7d5f69 underline solid;
    color: inherit;
}
a:visited {
    color: inherit;
}
a:focus {
  text-decoration: #7d5f69 underline solid;     
}
a:hover {
  text-decoration: #7d5f69 underline solid;     
}
body {
    margin: 3em;
}
h1 {
    font-family: serif;
    font-size: 1.7em;
}
h2 {
    font-family: serif;
    font-size: 1.58em;
}
h2.pageTitle {
    margin-bottom: 0;
}
h3 {
    font-family: serif;
    font-size: 1.5em;
}
h4 {
    font-family: sans-serif;
    font-size: 1.4em;
}
h5 {
    font-family: sans-serif;
    font-size: 1.3em;
}
h6 {
    font-family: sans-serif;
    font-size: 1.05em;
}
p {
    text-indent: 2rem;
}
td {
    vertical-align: top; 
    padding: 3px 6px 3px 3px;
}
td.top {
    border-top: solid 2px;
    border-top-color: indianred;
}
td.size {
    width: 10em;
}