#tags { 
float: left; 
width: 485px; 
margin: 10px 0px; 
padding: 10px; 
background:#ececec; 
color:#333; 
border: 1px dashed #cccccc; 
text-align: justify; 
} 
#tags .title { 
font-family:arial; 
font-size:16px; 
font-weight:bold; 
background-color: transparent; 
padding: 4px 4px; 
color:#808080; 
} 
#tags a { 
color:#0066ff; 
background-color: transparent; 
padding: 4px 4px; 
white-space: nowrap; 
text-decoration: none; 
font-family:arial;
 line-height: 150%;
} 
#tags a:hover { 
color: white; 
background: #0066ff; 
text-decoration: none; 
} 
