body {
		margin: 30px;
		padding: 0px;
    background-image: url(images/bgwv.jpg)
		font: 16px "Times New Roman", "Times", serif; }

	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;
		-moz-border-radius: 9px 9px 0 0;
    -khtml-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
		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;}