/* last updated 4/15/26 */

body {
	background-color: gray;
	text-align:center;
	background-image: 
    radial-gradient(rgb(99, 99, 99) 11.6%, transparent 11.6%),
    radial-gradient(rgb(99, 99, 99) 11.6%, transparent 11.6%);
  background-position: 0px 0px, 36px 36px;
  background-size: 72px 72px;
  background-color: rgb(189, 189, 189);
}
h1 {
	font-size: 100px;
	text-align: center
}
p {
	text-align: center;
}
nav {
	text-align: center;
}
footer {
	text-align:center;
}
h2 {
	font-size: 75px;
}
p {
	margin-left: 300px;
	margin-right: 300px;
	font-size: 20px;
}
h3 {
	font-size: 60px;
}
h4{
	font-size: 50px;
}
h5 {
	font-size: 40px
}
h6{
	font-size: 25px;
}
/* unvisited link */
a:link {
  color:black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #4451a8;
}

/* selected link */
a:active {
  color: black;
}

table, th, td {
  border: 5px double black;
  text-align: center;
  margin-left: 500px;
  background-color: rgb(189, 189, 189);
}
ul li {
	list-style-position: inside;
}
ol li{
	list-style-position: inside;
}
fieldset {
	background-color: #FFFDD0;
	margin-bottom: 20px;
	margin-right: 200px;
	margin-left: 200px;
	border-color: #000000;
	border-style: double;
	border-width: 20px;
}
address {
	font-size: 20px;
}
img {
	margin-top: 20px;
}
a {
	font-size: 20px;
}