﻿#tag_cloud {
	width: 200px;
	font-size: 16px;
	background-color: #EEE;
	padding: 3px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
#tag_cloud a {
	color: #00F;
	font-size: 16px;
	font-family: 'Osaka', 'MS Gothic';
	text-decoration: none;
}
#tag_cloud a:hover {
	color: #AAF;
	text-decoration: none;
}
#tag_cloud a.tag_xs {
	font-size: 75%;
}
#tag_cloud a.tag_s {
	font-size: 90%;
}
#tag_cloud a.tag_m {
	font-size: 120%;
}
#tag_cloud a.tag_l {
	font-size: 150%;
}
#tag_cloud a.tag_xl {
	font-size: 200%;
}
#tag_cloud span.message {
	font-size: 12px;
}
#tag_credit {
	text-align: right;
	width: 200px;
	background-color: #DDF;
	padding: 3px;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
#tag_credit a {
	color: #00F;
	font-size: 10px;
	font-family: 'Tahoma', 'arial';
	text-decoration: none;
}
#tag_credit a:hover {
	color: #AAF;
	text-decoration: none;
}
