/* classes */

.mainlinks
{
	/*font-family:Garamond;*/
	font-size:large;
}

.pageheading
{
	/*font-family:Tempus Sans ITC;*/ 
	font-size:xx-large;
	font-style:normal;
	font-weight:bolder;
	/*color:Goldenrod; */
	color:Blue;
}

.subheading
{
	/*font-family:Garamond; */
	font-size:x-large;
	font-style:normal;
	font-weight:normal;
	color:White;
}

.pagefooting
{
	/*font-family:Garamond; */
	font-size:small;
	font-style:normal;
	font-weight:normal;
	color:White;
}


body
{
	font-family:Tempus Sans ITC; 
	background-color:#A0A0A0;
	/* Gray is 808080 and Silver is C0C0C0 */
}

A:link	{	
	text-decoration:	none;
	color:#003B12;		/* dark green */
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Yellow;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	Fuchsia;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	Red;
	font-weight:bold;
	}
