	body {
		margin:0px;
		padding:0px;
		font:20px arial, helvetica, sans-serif;	
		background-color: white;
		color: black;
	}
	
	.header {
		background-color: white;
		color: black;
		font:60px arial, helvetica, sans-serif;
	}
	.links 	{
		background-color: white;
		color: black;
		font: 12px arial, helvetica, sans-serif;
	}
	.main {
		position:relative; /* Position is declared "relative" to gain control of stacking order (z-index).*/
		width:auto;
		min-width:120px;
		margin:0px 100px 0px 100px;
		padding:10px;
		z-index:3; /* This allows the main to overlap the right menu in narrow windows in good browsers. */
	}


	a:link {
		color: black;
	}

	a:active {
		color: black;
	}
	a:hover {
		color: silver;
	}
	a{
		color: black;
	}