	DIV#universe {
		background-color:	#F9F6F5;
		font-family:		Arial, sans-serif;
		padding:			7px;
		color:				BLACK;
		border:		 		3px solid BLACK;
	}
	
	DIV#universe A {
		color:				RED;
	}
	
	TABLE#spec_html { 
		border: 			3px solid BLACK;
		font-family:		Arial, sans-serif;
		background-color:	#F9F6F5;
	}	
		
	TABLE#spec_html TD#profile { 
		padding:			7px;
		color:				BLACK;
		border-right: 		3px solid BLACK;
	}	
		
	TABLE#spec_html TD#profile P, DIV#universe P { 
		font-family:		Arial, sans-serif;
		margin-top:			0px;
		margin-bottom:		5px;
		font-size:			11px;
	}	
	
	TABLE#spec_html TABLE#stats {
		/*height:				265px;*/
		width:				100%;
		background-color:	#D6D6D6;
	}
		
	TABLE#spec_html TABLE#stats THEAD TD {
		padding:			3px;
		border-bottom: 		3px solid BLACK;
		text-align:			center;
		background-color:	#824394;
		color:				BLACK;
		height:				20px;
		font-size:			11px;
		font-weight:		bold;
	}
		
	TABLE#spec_html TABLE#stats TBODY TD {
		/*height:				90%;*/
		height:				125px;
		padding:			0px;
	}
		
	TABLE#spec_html TABLE#stats TBODY TD IMG {
		width:				20px;
		background-color:	#B30000;
		border:				1px solid BLACK;
		border-bottom:		0px;
		display:			block;
		margin-left:		auto;
		margin-right:		auto;
	}
	
	TABLE#spec_html TABLE#stats TBODY TD IMG#stats_guage {
		background:			none;
		border:				none;
	}
	
	ABBR {
		border:				none;
		cursor:				help;
	}
	
	INPUT#spec, INPUT#universe {
		margin-bottom:		0px;
	}
	
	.attribution {
		font-size:			10px;
		padding:			10px;
	}
	
	#spec_jpg {
		font-size:			10px;
	}
	
		
	/*.spec		{font-family: Arial} */
