#htmltagcloud {
	line-height: 20px;
	text-decoration:none;
	text-transform:none;
	/*	margin: 5px auto;*/ /*1em 1em 0em 1em;*/
	color: #264CA2;
	border: 2px dotted #ddd;
	padding: 5px 5px 0px;
	background: #f8f8f5 url(images/subjects.gif) no-repeat center top;
	width: 455px;
}

#htmltagcloud a:link{
	text-decoration:none;
	color: #0A334B;
}

#htmltagcloud a:visited{
	text-decoration:none;
	color: #0A334B;
}

#htmltagcloud a:hover{
	text-decoration:none;
	color:#A82B29;
	background-image: url(images/tan.png);
	background-repeat: repeat;
}

img { border: none; }

#htmltagcloud ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#htmltagcloud ul li
{
	margin-top: 0px;
	padding-top: 0px;
}



#htmltagcloud dl {
	clear:both;
	width:455px;
	/*  height:8em;*/
  margin:1.8em auto 0em;
  }
#htmltagcloud dt {
  margin-bottom:1em; 
  font-weight:bold;}
#htmltagcloud dd {
	width:33%;
	float:left;
	margin:0;
	text-align: right;
}
