  /************************************************************\
  *
  *	  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: Arial;
  	padding: 4px 0px 4px 10px;
  	letter-spacing: 3px;
  	text-decoration: none;
  	font-weight: normal;
  }
  .size9 {
  	color: #f7f7f7;
  	font-size: 24px;
  }
  .size8 {
  	color: #f7f7f7;
  	font-size: 22px;
  }
  .size7 {
  	color: #f7f7f7;
  	font-size: 20px;
  }
  .size6 {
  	color: #f7f7f7;
  	font-size: 18px;
  }
  .size5 {
  	color: #f7f7f7;
  	font-size: 110%;
  	padding-left: 10px;
  }
  .size4 {
  	color: #f7f7f7;
  	font-size: 100%;
  	padding-left: 10px;
  }
  .size3 {
  	color: #f7f7f7;
  	font-size: 90%;
  	padding-left: 20px;
  }
  .size2 {
  	color: #f7f7f7;
  	font-size: 80%;
  	padding-left: 30px;
  }
  .size1 {
  	color: #f7f7f7;
  	font-size: 70%;
  	padding-left: 40px;
  }
  .size0 {
  	color: #f7f7f7;
  	font-size: 60%;
  	padding-left: 50px;
  }


/************************************************************\
*
*	  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
*
\************************************************************/
  
/*
  THIS FILE IS FOR THE STYLES OF THE EXAMPLE.PHP PAGE 
  AND IS NOT REQUIRED FOR THE WORD CLOUD
*/
  

.word-cloud {
border: 0px solid #3B3B7D;
padding: 0px;
margin: 0px;
text-align: center;
}

.word-cloud a:hover {
color: #EE312F;
}

.word-cloud-header {
float: left;
width: 145px;
height: 33px;
text-align: center;
margin-top: 10px;
margin-left: 10px;
color: #f7f7f7;
font-weight: bold;
font-style: normal;
background-color: #3B3B7D;
}

