A	{text-decoration: none; 
	color: gray}

A:hover	{text-decoration: underline; 
	color: teal}

P	{font-size: medium}

TD	{font-size: medium}

H2	{text-transform: uppercase; 
	 font-size: large; 
	 color: gray}

EM	{font-style: normal; 
	font-weight: bold;  
	color: indigo}

