/* comment */

body {
	font-family: Courier New, Courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-stretch: ultra-expanded;
	text-align: center;
}
h1 {
	font-size: 5em;
	text-align: center;
}

img {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 67%;
	/**/
  /*
  */
}

.center {
  text-align: center;
}

/* unvisited link */
a.covidLink:link {
  color: red;
	text-decoration: none;
}

/* visited link */
a.covidLink:visited {
  color: red;
	text-decoration: none;
}

/* mouse over link */
a.covidLink:hover {
  color: red;
	text-decoration: underline;
	background-color: #ffdddd;
}

/* selected link */
a.covidLink:active {
  color: red;
	text-decoration: none;
} 