#links img,footer img, li img, h1 img, h2 img, h3 img, p img, .dropme img, td img {
    max-height: 1em;
    max-width: 1.5em;
}

html {
	background: linear-gradient(0deg, #4cdfff, #ffffff);
	color: #000000;
	height: 100%;
}

body {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: inherit;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


footer {
	clear: both;
	text-align: center;
	padding-top: 2em;
	font-size: larger;
}

dt {
	color: orange;
	margin-top: 2px;
}

dd {
	margin-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h1 {
	color: darkblue;
#	font-family:Verdana;
}

h2 {
	color: crimson;
}

h3 {
	color: blueviolet;
}

a {
	color: blue;
}

a:hover {
	color: red;
}

#.menubar li a {
#	display: block
#}

.menubar {
	display: inline-block;
    	margin: 0;
    	padding: 0;    	
    	zoom:1;
}

nav {
	margin-left: auto;
	margin-right: auto;
	font-size: larger;
	text-align: center;
	border: 2px solid #000000;
	background: #ffffff;
}


.menubar li {
	display: inline-block;
	float: left;
	width: 100px;
#	min-height: 1.5em;
	background: #ffffff00;
#	border-left: 2px solid #00000000;
#	border-top: 2px solid #000000;
#	border-right: 2px solid #00000000;
#	border-bottom: 2px solid #000000;
	padding: 3px;
	margin: 4px;
}

.menubar li:hover {
	background: #ffffff00;
}

.menubar li ul {
	visibility: hidden;
	position: absolute;
	padding-top: 10px;
}

.menubar li:hover ul {
	visibility: visible;
	padding-left: 0;
	margin-left: -7px;
}

.menubar li ul li {
    float: none;
    position: relative;
    width: 150px;
    text-align: left;
}

code {
	color: limegreen;
    /* overflow-x: auto; */
}

#list tr:nth-child(even) {
    background: #333;
}

#list th {
    background: #33a ;
    border: 0px;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
	}

blockquote {
    width: 80%;
    font-style: italic;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

strong {
    color: indianred;
}

em {
	text-shadow: -1px 1px #444;
	color: greenyellow;
}

dfn {
	color: orange;
	font-style: normal;
	font-weight: bold;
	/* text-decoration: underline; */
}

iframe {
	margin: auto;
	display: block;
}

figcaption {
	font-size: smaller;
	color: #bbb;
	text-align: center;
}

.artlist a {
	max-width:200px;
	display:inline-block;
	border:solid thin red;
	border-radius:1rem;
	padding:.5rem;
	margin:.25rem;
}

.artlist img {
	max-width: inherit;
	max-height: 250px;
	display:block;
}

.sec  {
	width: 350px;
	float: left;
	margin: auto;
}

.sec li {
	font-size: larger;
}

.sec .ext {
    border:solid thin darkblue;
}

.sec a:hover {
	background: darkred;
	color: navy;
	border: solid thin goldenrod;
}

.sec a {
    width:125px;
    height:125px;
    display:inline-block;
    border:solid thin red;
    border-radius:1rem;
    padding:.5rem;
    margin:.25rem;
    float: left;
}

.sec li {
	list-style: none;
	text-align: center;
}

.sec img {
    object-fit: contain;
	max-width: 175px;
	max-height: 75px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.sec h3 {
	/* border: solid thin darkred; */
}

.related {
	text-align: center;
	font-size: large;
}

.related::before {
	content: "Related Video: "
}
