		div.domtab{
			width:100%;
		}
		.link:active, .link:hover, .link:visited {
			text-decoration:none;
			font-size:10px;
		}
		ul.domtabs {
			margin:0 0 0 10em;
			_margin:0 0 0 13em;
			list-style:none;
		
		}
		ul.domtabs li {
			font-weight:normal;
			text-align:center;
			float:left;
			list-style:none;
		}
		ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:active, ul.domtabs a:hover {
			width:25px;
			padding:2px;
			display:block;
			padding:3px;
			font-weight:normal;
			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 {
			font-weight:normal;
		}
		ul.domtabs a:hover{
			font-weight:normal;
		}
		div.domtab div{
			clear:both;
			width:auto;
			/*padding:5px;*/
		}
	
			ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			font-weight:bold;
		}
	
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		
		#domtabprintview a:link, #domtabprintview a:visited, #domtabprintview a:active,	#domtabprintview a:hover {
			color:#fff;
		}
		h2{
			font-size:13px;
			font-weight:bold;
			text-transform:uppercase;
			padding:0 0 .7em .2em;
		}

		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link, div.domtab div a:visited, div.domtab div a:active {
			/*display:block;
			padding:1em .5em;*/
			font-weight:bold;
			/*font-size:1.3em;*/
		}
		div.domtab div h2 a, div.domtab div h2 a:hover,	div.domtab div h2 a:active {
			display:inline;
			padding:0;
			font-weight:normal;
			/*font-size:1em;*/
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	/*padding:1em 3em;*/
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link, div#other ul.domtabs li.active a:visited, div#other ul.domtabs li.active a:active, div#other ul.domtabs li.active a:hover {
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
