	#heading {
		top: 10px;
		position: absolute;
		left:30px;
	}
	
	
	#download1 {
		position:absolute;
		top:80px;
		left:30px;
		width:230px;
	}
	
	#download2 {
		position:absolute;
		top:80px;
		left:270px;
		width:200px;

	}
		
	#download3 {
		position:absolute;
		top:80px;
		left:500px;
		width:230px;
	}
	
	#text {
		position: absolute;
		top: 70px;
		left: 30px;
		width: 650px;
	}
	#downloadx {
		position:absolute;
		top:80px;
		left:30px;
		width:600px;
	}
	
A:link {color:white; font-family:Helvetica;font-style:normal; text-decoration:none;font-weight:bold}
A:active {color:fuchsia; font-family:Helvetica;font-style:normal;text-decoration:none;font-weight:bold}
A:visited{color:white; font-family:Helvetica;;font-style:normal;text-decoration:none;font-weight:bold}
A:hover {color:fuchsia; font-family:Helvetica;font-style:normal;text-decoration:none; font-weight:bold}


BODY { 
	background-color: black; 
	color: white; 
	font-family:Helvetica;
	font-style:normal; 
}

H1, H2, H3, H4, B,  TEXT {
	color: white;
	
}