
  /************************************************************\
  *
  *	  wordCloud Copyright 2007 Derek Harvey
  *	  www.lotsofcode.com
  *
  *	  This file is part of wordCloud.
  *
  *	  wordCloud is free software; you can redistribute it and/or modify
  *	  it under the terms of the GNU General Public License as published by
  *	  the Free Software Foundation; either version 2 of the License, or
  *	  (at your option) any later version.
  *
  *	  wordCloud is distributed in the hope that it will be useful,
  *	  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *	  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
  *	  GNU General Public License for more details.
  *
  *	  You should have received a copy of the GNU General Public License
  *	  along with wordCloud; if not, write to the Free Software
  *	  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA	02111-1307	USA
  *
  \************************************************************/
  a.wGeneral{
  	padding: 4px 4px 4px 4px;
  	letter-spacing: 3px;
  }  
  .wordF1 {
  	font-family: Arial, Helvetica, sans-serif Tahoma;
  }
  .wordF2 {
  	font-family: "Times New Roman", Times, serif;
  }
  .wordF3 {
  	font-family: "Courier New", Courier, monospace;
  }
  .wordF4 {
  	font-family: Georgia, "Times New Roman", Times, serif;
  }
  .wordF5 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  .wordF6 {
  	font-family: Geneva, Arial, Helvetica, sans-serif ;
  }
  
  a.wGeneral:link{
	text-decoration:underline;
	color: #0066cc;
  }
  a.wGeneral:visited{
	text-decoration:underline;
	color: #0066cc;
  }
  a.wGeneral:active{
	text-decoration:underline;
	color: #0066cc;
  }
  a.wGeneral:hover{
	text-decoration:underline;
	color: #0066cc;
  }
  
  a.size1 {
  	/*color: #000;*/
	color:#000000;
	font-weight:bold;
  	font-size: 26px;
  }
  a.size2 {
  	/*color: #333;*/
	/*color: #000;*/
	color:#1c1c1c; 
	font-weight:bold;
  	font-size: 24px;
  }
  a.size3 {
  	/*color: #666;*/
	/*color: #000;*/
	color:#2e2e2e;
	font-weight:bold;
  	font-size: 22px;
  }
  a.size4 {
  	/*color: #999;*/
	/*color: #000;*/
	color:#474747;
	font-weight:bold;
  	font-size: 20px;
  }
  a.size5 {
  	/*color: #aaa;*/
	/*color: #000;*/
	color:#616161;
	font-weight:bold;
  	font-size: 18px;
  }
  a.size6 {
  	/*color: #bbb;*/
	/*color: #000;*/
	color:#7a7a7a;
	font-weight:bold;
  	font-size: 16px;
  }
  a.size7 {
  	/*color: #ccc;*/
	/*color: #000;*/
	color:#949494;
	font-weight:bold;
  	font-size: 14px;
  }
  a.size8 {
  	/*color: #ddd;*/
	/*color: #000;*/
	color:#adadad;
	font-weight:bold;
  	font-size: 12px;
  }
  a.size9 {
  	/*color: #ddd;*/
	/*color: #000;*/
	color:#bdbdbd;
	font-weight:bold;
  	font-size: 10px;
  }
  a.size0 {
  	/*color: #ccc;*/
	/*color: #000;*/
	color:#cccccc;
	font-weight:bold;
  	font-size: 8px;
  }
