  /************************************************************\
  *
  *	  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
  *
  \************************************************************/
 #dCloude > a, #dCloude > a:link, #dCloude > a:visited{
	font-weight:normal;
 }
 #dCloude > a:hover {
	font-weight:bold;
 }
 .word {
  	padding:1px;
  	letter-spacing:2px;
	font-family:dauphin, Arial, Helvetica;
  }
  .size9 {
  	color:#339900;
  	font-size: 20px;
	text-transform:uppercase;
	letter-spacing:4px;
  }
  .size8 {
  	color: #FF9966;
  	font-size: 18px;
  }
  .size7 {
  	color:#FFFF00;
  	font-size: 16px;
  }
  .size6 {
  	color:#CCCCCC;
  	font-size: 14px;
  }
  .size5 {
  	color:#000066;
  	font-size: 13px;
  }
  .size4 {
  	color:#660000;
  	font-size: 12px;
  }
  .size3 {
  	font-size: 11px;
	color:#330099;
  }
  .size2 {
  	color:#FFF;
  	font-size: 10px;
  }
  .size1 {
  	color:#CC0000;
  	font-size: 9px;
  }
  .size0 {
  	color:#999999;
  	font-size: 8px;
  }

.tabele {
	text-align:center;
	width:90%;
}
.tabele td {
	padding:2px;
	padding-left:10px;
	border: 1px solid #a1a6e2;
}
.kepala {
	font-weight:bold;
}
.kiri{
	text-align:left;
}
.row {
	background-color: #CCCCCC;
}
.row1 {
}