		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		body{
			font-family:monospace;
			color:#999;
		}
		
		div.domtab{
			float:center;
			width:645px;
			margin-left:auto;
			margin-right:auto;
			font-size: 13px
		}
		ul.domtabs{
			float:center;
			width:645px;
			margin-top:1em;
		}
		ul.domtabs li{
			float:left;
			padding:0 3px 3px 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:100px;
			padding:.2em 1em;
			display:block;
			background:#ccc;
			color:#fff;
			height:3em;
			font-weight:bold;
			text-decoration:none;
		}

		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:3em;
		}

		ul.domtabs a:hover{
			background:#ddd;
			color:#666;
		}
		div.domtab div{
			width:900px;
			background:#fff;
			padding:1em 1em;
			font-size:16px;
			position:absolute;
			margin-top:6em;
		}

		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#eee;
			color:#000;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
	
