@charset "utf-8";
.tagCloudBox {
	background-color: #E6E6E6;
	border: 1px solid #333333;
	color: #FF6633;
	padding: 8px;
	width: 170px;
}

/* CSS Document */
#tagCloud {
	font-family: verdana;
	width: 170px;
	border: 1px;
	border-color:#333333;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.tag1 {
	font-size: 13px;
	color:#666666;
	text-decoration: underline;
}
.tag2 {
	font-size: 19px;
	color:#FF6633
}
.tag3 {
	font-size: 24px;
	color:#003366
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
}
a:active {
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
