body	      {	font-size: 12pt;
	    	color: black;
	    	font-family: Arial;
	    	vlink="red";
		margin: 25px;}
span A        {	text-decoration: underline;
	    	font-weight: bold;
	    	font-style: normal;
	    	color: black;}
span A:Active { text-decoration: underline; 
	    	font-style: italic;
	    	font-weight: bold;
		color:red;} 
span A:visited {text-decoration: underline;
	    	font-style: normal;
	    	font-style: normal;
	    	color: black;}
span a:hover  {	text-decoration: underline;
	    	font-style: normal;
	   	color: darkred;}	
A	      {	text-decoration: none; 
		font-style: italic;
	    	color: darkblue;}
A:Active      {	text-decoration: none; 
		font-style: italic;
		color:red;}
A:visited     {	text-decoration: none; 
		font-style: italic;
		color:indigo;}
A:hover       {	text-decoration: underline;
		font-style: italic;
		color:blue}
#TheWord      {	font-size: 14pt;
	    	font-weight: bold;
	    	color: black;
	    	font-family: Verdana;}
#TheWord2     {	font-size: 14pt;
	    	font-weight: bold;
	    	color: black;
	    	font-family: Times New Roman;}
#index        {	font-size: 16pt;
	    	color: thistle;
	    	text-align: center;
	    	text-decoration: underline;}
#copyright    {	font-size: 10pt;
	    	color: black;
		font-style: normal;
	    	font-family: Verdana;}
span i	      { color: darkblue;
	    	font-style: italic;}
span i:hover  {	font-style: normal;
	   	color: blue;
		font-style: italic;}	



