.tags
{
    margin: 0 auto;
    width: 70%;
    min-height:300px;
    height:auto !important;
    height:300px;
    border: medium solid #303030;
    text-align: left;
    font-size  :x-large ;
	line-height: 1em ;
}

.tags li
 {
     display: inline ;
	 margin: 0 ;
	 padding: 0 0.1em 0 0 ;
	 list-style-type: none ;
#	 letter-spacing: -0.1em ;
	 font-weight   : bold ;
	 line-height   : 1em ;
     color: #ccc;
 }

.tags li a
 {
     color: #ccc;
 }
