
  /************************************************************\
  *
  *	  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 Tpxple Place, Suite 330, Boston, MA	02111-1307	USA
  *
  \************************************************************/

  .word {
  	font-family: Verdana, Tahoma, Arial;
  	text-decoration: none;
  	font-weight: normal;
  }
  .size9 {
  	color: red;
  	font-size: 36px;
	font-weight:bolder;
  }
  .size8 {
  	color: red;
  	font-size: 32px;
  }
  .size7 {
  	color: yellow;
  	font-size: 29px;
	font-weight: bold;
  }
  .size6 {
  	color: gray;
  	font-size: 24px;
  }
  .size5 {
  	color: black;
  	font-size: 20px;
	font-weight:bold;
  }
  .size4 {
  	color: red;;
  	font-size: 22px;
	font-weight:bold;
  }
  .size3 {
  	color: black;;
  	font-size: 18px;
  }
  .size2 {
  	color: yellow;
  	font-size: 14px;
	font-weight:lighter;
  }
  .size1 {
  	color: gray;
  	font-size: 10px;
	font-weight:lighter;
  }
  .size0 {
  	color: yellow;
  	font-size: 8px;
  }

