@charset "utf-8";
/* CSS Document */

div#title.tagcloud {
	background-color: #F7B446;
	border-radius: 20px 0 0 0;
	color: DarkBlue;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

ul {
	margin-left: -2em;
}
li.tagcloud {
	list-style-type: none;
	display: inline;
}


a.tag {
	text-decoration: none;
	color: purple;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

a.tag:hover {
	text-decoration: none;
	color: DarkBlue;
}

#tag1 {font-size: 1em;}
#tag2 {font-size: 1.2em;}
#tag3 {font-size: 1.6em;}
#tag4 {font-size: 2em;}
#tag5 {font-size: 2.4em;}
