body {background-image: url(img/sakura-bg.png); background-size: 100%;}
h1 {display: inline-block; color: black; border: 2px outset pink; background: antiquewhite; border-radius: 11px;}
h2 {border: 2px solid lightgreen; background: antiquewhite; border-radius: 10px;}
h3 {background: antiquewhite; border-radius: 10px;}
h4 {border: 2px solid white; background: antiquewhite; border-radius: 4px;}
ul, ol, dl {background: white; font-size: 18px; border-radius: 9px; border: 2px solid pink;}
#contentlist li:before {content: "";}
table {background: white; border: 2px solid lightgreen; text-align: center; margin-left: auto; margin-right: auto;}
dt {font-size: 18px; font-weight: bold; text-align: left;}
dd {font-size: 18px; text-align: left; text-indent: 2em;}
a {color: green; text-decoration: underline wavy green;}
#clock {text-align: right; font-size: 18px; border: 4px black solid; background-color: white;}

strong {text-align: center; font-size: 18px; font-weight: bold;}
#sitemenu {text-align: center; font-size: 18px; border: 2px outset lightgreen; border-radius: 12px; background: white;}
#sitemenu[aria-expanded="true"] {border: 2px inset green; font-size: 18px;}
#indexbtn1 {font-size: 18px;}