/* taken-index-20201012 */

html {background-color: #f4f4f4;}

body	{
margin: 0 auto;
	color: #333;
	background-color: transparent;
}



h1 {
	font-size: 100%;
	font-style: italic;
	margin-bottom: 0;
}

ul {
	margin: 0 0 6em 0;
	padding: 0;
	border: 5px lavender solid;
	border-radius: 3px;
	list-style-type: none;
}

li a	{
	color: #0066c0;
	text-align: center;
	display: block;
	padding: 1em 0;
	text-decoration: none;
	font-size: 150%; font-weight: bold;
}


li:nth-child(even)	{background-color: lavender;}
li:nth-child(odd)	{background-color: #fdfdfd;}
li a:hover	{
	text-decoration: underline;
	color: white;
	background-color: darkslategray;
}

#recent, #search {padding: 1em;}
#recent ul {border: none;
	list-style-type: square;
	margin: 0 1em 0 3em;
}
#search-box {margin: 1em 0;}


#recent li a {text-align: left; padding: 1em 0; text-decoration: none; font-size: 100%;}
#recent li a:hover {text-decoration: underline; background-color: transparent; color: deeppink;}
#recent li	{border-bottom: 1px dotted lavender; background-color: transparent;}
#recent li:last-child {border-bottom: none;}

#recent li {list-style-type: none;}

div a:hover {color: deeppink;}

.banner {padding-top: .3em; text-align: center;}
.ad-txt {padding-top: .3em; text-align: center;}


@media screen and (min-width: 768px) {
html {background-color: #f4f4f4;}
body {width: 768px;}
}

@media screen and (min-width: 1024px) {
html {background-color: #f4f4f4;}
h1 {margin-top: 1em;}
ul {margin-bottom: 1em;}
}


