

ul#taglists {
	width: 100%;
	text-align: center;
	visibility: hidden;
  line-height: 18px;
}

ul#taglists li a {
	margin: 0 5px;
}

#taglists a:link {
    text-decoration:none;
    }      /* unvisited link */
#taglists a:visited {
	text-decoration:none;
	}  /* visited link */
#taglists a:hover {
	text-decoration:underline;
	}  /* mouse over link */
#taglists a:active {
	text-decoration:none;
	}  /* selected link */