body		{
	   		margin: 100;
			background: rgb(100%,85%,85%);
			font-family: Trebuchet MS, Veranda, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			line-height: 1.1em;
			}
#bottom		{
			margin: 0;
			font-size: 8pt;
			line-height: 1.0em;
			align: center;
			}			
h1			{
	   		font-size: 36pt;
			text-align: center;
			line-height: 1.2em;
	   		}
h2			{
	   		font-size: 16pt;
			text-align: center;
			line-height: 1.2em;
	   		}
h4			{
	   		font-size: 10pt;
			text-align: center;
			line-height: 1.2em;
	   		}
#ipa		{
			font-family: Lucida Sans Unicode, Arial Unicode MS, Lucida Sans Regular, TITUS Cyberbit Basic, Arial;
			}
#titus		{
			font-family: TITUS Cyberbit Basic, Arial Unicode MS, Arial;
			font-size: 14pt;
			}
#tituslinks	{
			font-family: TITUS Cyberbit Basic, Arial Unicode MS, Arial;
			font-size: 14pt;
			text-align: left;
			}
a:link		{
			color:blue; 
			font-weight:bold; 
			text-decoration:none;
			}
a:visited	{
			color:blue; 
			font-weight:normal; 
			text-decoration:none;
			}
a:hover		{
			color:white; 
			font-weight:bold; 
			background-color:blue; 
			text-decoration:none; 
			border:2px solid red; 
			padding:4px;
			}
a:active	{
			color:white; 
			font-weight:bold; 
			background-color:black; 
			text-decoration:none; 
			border:2px solid red; 
			padding:4px;
			}
