/* ---visual--- */

body {
    background:
	url("../img/bgbluebar.gif")  fixed left top;
    background-color: rgba(200,0,200,0);
    color: white;
    text-align: center;
    max-width: 625px;
}

h1 {
    /* margin-top: 0;*/
    background-color: rgba(200,0,200,0);
    color: #990099;
}

h2 {
    color: rgba(200,200,200,100);
    margin: 5px;
    text-align: center;
}

h2, h3, p {
    margin-top: 0;
}


.ul {
    width: 0%;
    margin: auto;
}

li::marker {
    content: '✝ ';
    font-size: 0em;
}


/* ---toc behavior--- */
#table-of-contents {
    position: fixed;
    left: 625px;
    top: 0;
    background-color: rgba(55,00,88,1.0);
    border-radius: 5px;
    border: 2px solid black;
    margin: 3px;
}

text-table-of-contents {
    display: table;
    text-align: center;
}

#text-table-of-contents {
    flex: 1;
    overflow: auto;
    transform: translateX(-10%);
}

/* ---headers--- */

.section-number-3 {
    color: rgba(0, 0, 0, 0.00);
    background: url("../../7D76_671B/img/arrow01.gif") no-repeat center;
}

/* ---links--- */
a:link {
  color: #9900FF;
}

/* visited link */
a:visited {
  color: #FF11FF;
}
