﻿body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    /*color: darkslategrey;*/
    /*background-color: white;*/
    background-color: white;
    color: black;
}
td {
    /*background-color: #161618;*/
    background-color: white;
}
h1 {
    color: darkslateblue;
    /*color: #cc99ff;*/
}
h2 {
    color: darkslateblue;
    /*color: #cc99ff;*/;
}
h3 {
    color: darkslateblue;
    /*color: #cc99ff;*/;
}
.captiontext {
    font-family: Arial;
    font-size:12pt;
    color: black;
    font-style:italic
    }
a {
    color: darkslateblue;
    /*color: #cc99ff;*/;
}
b {
    font-weight: 500;
}
bi {
    font-weight: 500;
    font-style:italic;
}

