@charset "utf-8";
/* CSS Document */
.covidM {
	width: 80%;
	height: auto;
	border: thin inset #636;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	background-color: #FF9;
	Box-shadow: 1px 1px 2px 3px #632C07;
	padding: 10px;
	margin: 10px auto;
	line-height: 1.2em;
	/*text-align: center;*/
}

