﻿.box {
    border:2px solid black;
    padding:1px 1px 1px 1px;
    margin: 6px 6px 6px 6px;
    background-color: lightgray
}

.boxhead {
    color: darkcyan;
}

.boxsubject {
    color: black;
}

.boxlisthead {
    list-style-type: disc;
    list-style-position: revert;
    font-display:block;
}

.boxlistitem {
    font-size: large;
    font-style: italic;
    text-shadow: 3px 3px 6px #222;
    color:#000;
}

.boxlistitem::marker {
    color:firebrick;
    font-style: italic;
    font-size: larger;
    font-weight:bold;
}

.boxtexdefault {
    font-size: medium;
    font-style: normal;
    color: black;
}

.boxbody{
    background-color:#CCC;
}