p {
  margin: 9px;
  font-family: Times New Roman;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: normal;
  font-size-adjust: none;
  background-repeat: no-repeat;
  background-position: center center;
}

h1 {
  margin: 9px;
  font-family: Times New Roman;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
  font-size-adjust: none;
  min-height: 18px;
}

h2 {
  margin: 9px;
  font-family: Times New Roman;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;
  font-size: 22px;
  line-height: normal;
  font-size-adjust: none;
  min-height: 18px;
}

dd {
	font-family: Times New Roman;
	font-size: 17px;
	font-size-adjust: none;
	margin: 20px;
	text-indent: -.75em;
}

texttt {
  font-family: Times New Roman;
  font-size: 15px;
  font-size-adjust: none;
  margin: 9px;
  text-indent: -.5em;
}

a {
text-decoration: none;
}
a:link {color: rgb(11,0,128)}
a:hover {
  font-style: italic;
}

.container {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-left: auto; 
	margin-right: auto;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

nav li {
	display: inline-block;
	margin: 9px;
	padding: 0;
}

nav a {
	text-decoration: none;
	font-family: Times New Roman;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	line-height: normal;
	font-size-adjust: none;
}

nav a:link {
	color: #000;
}
nav a:visited {
	color: #000;
}
nav a.active{
	color: #808080;
}


