	/* 
		These styles apply to browsers that are not able to support CSS 2
		IE Netscape 4.x and newer ones		
	*/
	body{
		font-family:verdana,arial,sans serif;
		font-size:.8em;
		background:#FFFFFF;
		margin-left:2em;
		margin-right:2em;
		margin-top:2em;
	}
	a {color:#333;}

	.tablink{
		display:block;
		color:#ccc;
		font-weight:bold;
	}
	pre{
		font-size:1.2em;
	}
	.tab {
		font-family:verdana,arial,sans serif;
		background:#666666; 
		padding:10px;
		width:100%;
		color:#333;
		/* blind border hack to display background colour in Netscape 4.x */
		border-width:1px;
		border-type:solid;
		border-color:#003366;
	}
	.backtotop {
		text-align:right;
	}

