/***************** Header *****************************************************/
h1,h2,h3,h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
#tagcloud {
	line-height: 1.5em;
	text-align: left;
}

#tagcloud a:link, #tagcloud a:visited {
text-decoration:none;
}

#tagcloud a:hover, #tagcloud a:active {
text-decoration: underline;
color: #000;
}

#tagcloud span {
padding: 4px;
}

.smallest {
font-size: 12px;
}

.small {
font-size: 14px;
}

.medium {
font-size: 16px;
}

.large {
font-size: 18px;
}

.largest {
font-size: 20px;
}

