header {
    font-family: sans-serif;
    font-size: 30px;
    margin: 20px;
    border-bottom-style: solid;
    border-bottom-width: 0.2em;
    border-bottom-color: black;
}

h1 {
    color: #7B7B7B;
    font-family: sans-serif;
    font-size: 16px;
}

h2 {
    color: #33AEFF;
    font-family: sans-serif;
    font-size: 14px;
}

p {
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    padding-right: 20px;
    padding-left: 20px;
}

ul {
  list-style-image: url('ygbullet.jpg');
}

li {
    padding-left: 6px;
    padding-top: 20px;
}

q:before,
q:after {
 content: "";
}

#mynav {
    display: inline;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    color: darkblue;
    padding: 8px;
    border: 5px solid white;
    border-radius: 15px;
    margin: 3px;
}

#mynavcurrent {
    display: inline;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    color: darkblue;
    padding: 8px;
    border: 5px solid darkred;
    border-radius: 15px;
    margin: 3px;
}

#mynav a {
    text-decoration: none;
    color: darkblue;
}

#mynavcurrent a {
    text-decoration: none;
    color: darkblue;
}

#mynav:hover {
    border: 5px solid darkred;
    border-radius: 15px;
    transition-duration: 1.5s;
}

#mynava:hover {
    color: darkred;
}

#arttitle {
    text-decoration: underline;
}

#citeinfo {
    font-style: italic;
    font-variant: small-caps;
    font-size: 16px;
}

footer {
    text-align: center;
    font-family: sans-serif;
    font-size: 10px;
}

#footer {
    clear: both;
}

.fill1 {
    fill: green;
    opacity: 0.5;
}

.fill2 {
    fill: red;
    opacity: 0.5;
}

.fill3 {
    fill: darkblue;
    opacity: 0.5;
}

.circlecontainer {
    display: flex;
    padding: 20;
    font: 20px sans-serif;
}



