body {
	background-color: #F0F8FF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 250%;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Verdana;
	color: #00008B;
	font-size: 120%;
	text-align: center;
	font-weight: normal;
}
h3 {
font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 130%;
	font-style: oblique;
	text-align: center;
	}
img {
  max-width: 100%;
  height: auto;
}

p {
	font-family: Verdana,sans-serif;
	color: #1B3535;
	font-size: 120%;
	font-weight: normal;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}

a:link {
	color: #8A2BE2;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
a:visited {color: #8A2BE2; font-size: 95%; font-weight: bold; text-decoration: none}
a:hover {color: #FF8C00; font-size: 95%; font-weight: bold; text-decoration: underline}
a:active {color: #FF1493; font-size: 95%; font-weight: bold; text-decoration: none}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}

div.navcontainer {
	width: 70%;
	text-align: center;
}

 ul#navlist
{
	white-space: normal;
	margin-left: auto;
	}

#navlist li
{
	display: grid;
	list-style-type: none;
	margin-left: 20px;
	width: 170px;
}

#navlist a { padding: 2px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	border: 1px solid #DCDCDC;
	font-size: 130%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 130%;
}
#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

.grid {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(auto-fit, 1fr);
	width: 75%;
	margin-left: 20px;
	margin-right: auto;
	font-family: Verdana;
	font-size: 100%;
}

.grid > span {
padding: 8px 4px;
}

@media (min-width: 992px) {
  /* Rules for laptops, small desktop screens and bigger viewports */
 h1 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 250%;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Verdana;
	color: #00008B;
	font-size: 120%;
	text-align: center;
	font-weight: normal;
}

h3 {
font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 130%;
	font-style: oblique;
	text-align: center;
	}

table {
  table-layout: fixed;
}

p {
	font-family: Verdana,sans-serif;
	color: #1B3535;
	font-size: 100%;
	font-weight: normal;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}

.grid {
	display: grid;
	align-items: center;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
 margin-left: auto;
 margin-right: auto;

}

.grid > span {
padding: 8px 4px;
}

a:link {
	color: #8A2BE2;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
a:visited {color: #8A2BE2; font-size: 95%; font-weight: bold; text-decoration: none}
a:hover {color: #FF8C00; font-size: 95%; font-weight: bold; text-decoration: underline}
a:active {color: #FF1493; font-size: 95%; font-weight: bold; text-decoration: none}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}


div.navcontainer {
	width: 70%;
}
 ul#navlist
{
	white-space: nowrap;
	margin-left: auto;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: auto;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 110%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 110%;
}

#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
}
