#container
{
	width: 97%;
	margin: 1px auto;
	background-color: #a7caf4;
	border: thin double #FFD700;
	border-width: medium;
	line-height: 130%;
}

#top
{
	padding: 0.5em;
	background-color: transparent;
	border-top: thick solid #FFD700;
	border-bottom: 0;
	border-left-width: 3pc;
	border-left: #FFD700;
	border-right-width: 3pc;
	border-right: #FFD700;
}
.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 95%;
}
h1
{
	font-family: Georgia,sans-serif;
	color: #8000FF;
	font-weight: bold;
	font-size: 120%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
mark{
	font-size: 130%;
	font-family: Verdana,sans-serif;
	color: #000001;
	background-color: transparent;
	font-weight: bold;
}
.responsive {
	max-width: 100%;
  height: auto;
	text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content
{
	margin-left: auto;
	margin-right: auto;
	border-left: 0;
	border-right: 0;
	padding: 0em;
	width: 80%;
}

.textbox{
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	}
p {
	font-family: Verdana,sans-serif;
	color: Black;
	font-size: 110%;
	text-align: left;
}

p.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: Red;
}


a:link {
	color: #FF1493;
	text-decoration: none;
}
a:visited {
	color: #FF1493;
	text-decoration: none;
}
a:hover {
	color: #DC143C;
	text-decoration: none;
}
a:active {
	color: #DAA520;
	text-decoration: none;
}
#navcontainer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul#navlist
{
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
	}

#navlist li
{
	display: grid;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
}

#navlist a { padding: 2px 10px; }


#navlist a:link, #navlist a:visited
{
	color: #C71585;
	background-color: #FFF8DC;
	border: 1px solid #DCDCDC;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 130%;
}
#navlist a.active
{
	color: #2133d4;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

.mp3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: green;
	font-size: 100%;
	font-weight: bold;
}



@media (min-width: 992px) {
  /* Rules for laptops, small desktop screens and bigger viewports */

	div.navcontainer {
 	width: 70%;
 }

 #navlist li
 {
 	display: inline;
 }
 #navlist a:link, #navlist a:visited
 {
 	border: 1px solid #DCDCDC;
 	font-size: 110%;
 }

 #navlist a:hover
 {
 	font-size: 110%;
 }
 #navlist a.active
 {
 	font-size: 110%;
 }

 p {
 	font-family: Verdana,sans-serif;
 	color: Black;
 	font-size: 100%;
 }

.textbox{
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	}

p {
	font-family: Verdana,sans-serif;
	color: Black;
	font-size: 100%;
	width: 100%
}
}
