/* link elements */

:link		{
	color: #FFF000;
	font-weight:bold;
}

:visited	{color:#FFF000;font-weight:bold;
		}

a:active	{color:#FFF000;font-weight:bold;
		}

a:hover	{color:#FFFFFF;font-weight:bold;
		}

/* body and headings */

BODY	{
	font-family:Verdana,Arial,Helvetica;
	background-color: #6E9DD3;
	color:#000000;
}

h1		{
	font-size: 130%em;
}

h2		{
	font-size: 110%em;
}

h3		{
	font-size: 90%;
}

h4		{
	font-size: 100%em;
}


/* template-specific formats*/

.subhead	{font-size:.7em;
		}

.emphasis	{font-size:17px;font-weight:bolder;
		}
		
.sponsorlink	{
	font-size:12px;
	font-weight: bold;
		}

.tablelink	{font-size:.8em;
		}		
	

.credit	{font-size:.7em;
		}

.bolder	{
	font-weight:bolder;
	font-size: 16px;
		}

.footer	{font-size:.7em;
		}
.sitelink  {font-size:.7em;
	
}

.catlink  {font-size:.8em;
		}

.major	{
	font-size: 30pt;
}

.minor	{
	font-size: 30px;
}

.emphasis2	{font-size:20px;font-weight:bolder;
		
}