	/* 
		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;
	margin: 0em;

	}
	a {color: #333;}

	pre{
		font-size: 1.2em;
	}
	.tab {
		font-family: verdana,arial,sans serif;
		background: white; 
		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;
	}
