body {
	background: #fff;
	font-size: 13px;
	font-family: arial;
	margin: 0;
	padding: 0;
	color: #2190bb;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}
#main {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 3%;
}
#main .left {
	width: 60%;
	text-align: right;
}
#main .right {
	width: 40%;
	padding-left: 70px;
	padding-top: 15px;
}


a,a:visited {
	color: #2190bb;
	text-decoration: underline;
}
a:hover,a:active {
	color: #2190bb;
	text-decoration: underline;
}


#wordCloud1 {
	margin-top: 3%;
	text-align: center;
	width: 663px;
	height: 9px;
	background: url('images/main.cloud.gif') top left no-repeat;
	padding:0;
	line-height: 4px;
	font-size: 4px;
}
#wordCloud2 {

	text-align: center;
	width: 663px;
	height: 12px;
	background: url('images/main.cloud.gif') left bottom no-repeat;
}


#wordCloud {

	text-align: center;
	width: 663px;
	height: 200px;
	background-color: rgb(255,245,225);
	padding-top: -5px;
	padding-bottom: 10px;
}

/* tags cloud */
#tagsBox {
	padding: 10px;
	padding-top: 3px;
	width: 643px;
	text-align: center;
}

  a.word, a.word:visited {
  	margin: 2px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #424242;
	color: #424242;
  }
  a.word:hover, a.word:active {
	text-decoration: none;
	background: #f4f0d7;
  }

  a.size1 {
  	font-size: 28px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size2 {
  	font-size: 26px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size3 {
  	font-size: 24px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size4 {
  	font-size: 22px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size5 {
  	font-size: 20px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size6 {
  	font-size: 18px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size7 {
  	font-size: 15px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size8 {
  	font-size: 11px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }
  a.size0 {
  	font-size: 8px;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid #177fa4;
  }

