body 
		{
			width: 90%;
			margin: auto;
			min-width: 1000px;
			background-color:#000000;
			color:#99FFFF;
			padding: 20px;
			font-family: Arial;
		}
	
	h1
		{
			text-align:center;
			font-family: Courier New;
			font-weight: bold;
			font-size:1000%;
		}
	
	h2
		{
			font-family: Courier New;
			font-weight: bold;
			font-size:140%;
		}
	.BigLink
		{
			font-size:190%;
			padding: 13px;
			font-family: Courier New;
			color: yellow;
			background-color: #0000FF;
		}
		
	.latest
		{
			font-size:150%;
			padding: 20px;
			font-family: Courier New;
		
		}
	
	.microsoft
		{
			font-size:130%;
			font-family: Courier;
			font-style: normal;
			color: grey;
		}
		
	a
		{
			background-color: #0000FF;
			color: yellow;
		
		}
		
	code
		{
			color: #FFFF33;
		}
		
	.big
		{
			font-size:400%;
			colour: grey;
		}