HTML	{ height: 100%; }

BODY	{ font-family: verdana, tahoma, arial; 
		  font-size: 11px; 
		  min-height: 150%; 
		  background: #efefef; }	
		  	  	
TD		{ font-family: verdana, tahoma, arial; 
		  font-size: 11px; }

P		{ text-align: justify; }

BODY A:link		{color: black; text-decoration: underline; font-size:11px;}        
BODY A:visited	{color: black; text-decoration: underline; font-size:11px;} 
BODY A:hover	{color: #663433; text-decoration: none; font-size:11px;}    
BODY A:active	{color: black; text-decoration: underline; font-size:11px;}       
