body {background-color: rgba(255, 255, 255, 0.97); background-image: radial-gradient(rgba(255, 250, 205, 0.97) 10%, transparent 20%), radial-gradient(rgba(255, 250, 205, 0.97) 10%, transparent 20%); background-position: 0 0, 30px 30px; background-size: 60px 60px; font-size: 16px; text-align: center;}
h1 {font-size: 20px; font-weight: bold; text-align: center; background: white; border: 3px dashed blue; border-radius: 10px; box-shadow: 0 0 0 6px white; margin: 1em 0;}
div {background: white; text-indent: 2em;}
p {background: white; text-indent: 1em;}
h2, h3, h4 {font-weight: bold; font-size: 18px; border: 3px dotted aqua; background: white;}
table {font-size: 16px; border: 2px dashed blue; background: white;}

span {font-size: 16px;}
a {color: blue;}
#clock {text-align: right; font-size: 16px; border: 4px black solid; background-color: white;}

strong {text-align: left; font-size: 16px; font-weight: bold;}
#siteitem {font-size: 16px; border: 2px outset yellow; text-align: center;}
#siteitem:active {border: 2px inset orange;}
#tunes {border: 3px outset yellow; background: white;}
#sub {font-size: 16px; font-weight: bold; text-indent: 1em;}
#sitemenu {border: 2px outset aqua; 
border-radius: 8px; background: white; text-align: center; font-size: 16px;}
#sitemenu:active {border: 2px inset blue}
.player, .player2, .player3, .player4, .player5, .player6 {text-align: center; font-size: 16px; font-weight: bold; border: 3px solid blue; border-radius: 8px; background: white;}
#indexlist {list-style-type: none;}
#indexlist li:before {content: "*";}
