body {
		width: 800px;
		margin: 10px auto;
		padding: 0px;
    background-image: url(images/bgwv.jpg)
		font: 16px "Times New Roman", "Times", serif;
		text-align:center;
		}

	pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		border-bottom: 1px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #000;
		background: #ffff99;
		font: 21px "Times New Roman", "Times", serif;
		border: 1px solid black;
		border-radius: 9px 9px 0px 0px;  /* CSS 3 */
		-moz-border-radius: 9px 9px 0px 0px;  /* Firefox */
  		-khtml-border-radius: 9px 9px 0px 0px; /* Konqueror */
		-icab-border-radius: 9px 9px 0px 0px;  /* iCab */
		-webkit-border-top-left-radius: 9px;
   		-webkit-border-top-right-radius: 9px;
   		-webkit-border-bottom-left-radius: 0px;
   		-webkit-border-bottom-right-radius: 0px;  /* Safari and Chrome */
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #FFFFCC;
		border-bottom: 3px solid #FFFFCC; }

	#tabmenu a:hover {
		color: #fff;
		background: #006600; }

	#tabmenu a.active:hover {
		background: #FFFFCC;
		color: #000; }

	#content {font: 1.0em/1.2em "Times New Roman", "Times", serif;
		text-align: justify;
		background: #FFFFCC;
		padding: 50px;
		border: 1px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {text-decoration: none;}
	.news {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		}
	img.sid {
		width: 100%;}
	.cov19 {
		padding: 5px 10px 10px 10px;
		border: 2px solid #006600;
		}
	.cov19 li {
		padding-bottom: 5px
		}
