#home  { 
	width:74px; 
	}
#homeButton, #homeButton:visited { 
	width:50px; 
	}
@media screen,projection {
	* html #homeButton, * html #homeButton:visited { 
		width:74px; 
		}
	}
	
#about { 
	width:94px; 
	}
#aboutButton, #aboutButton:visited { 
	width:70px; 
	}
@media screen,projection {
	* html #aboutButton, * html #aboutButton:visited { 
		width:94px; 
		}
	}

#contact { 
	width:114px; 
	}
#contactButton, #contactButton:visited { 
	width:90px; 
	}
@media screen,projection {
	* html #contactButton, * html #contactButton:visited { 
		width:114px; 
		}
	}