/* tags.css */

div#tags
{
  position: relative;
  width: 932px;
  margin: 0 auto;
  padding-bottom: 5px;
}
div#tagstable
{
  width: 740px;
  margin: 0 auto;
  padding: 17px 20px;
  color: #ccc;
/*background-color: #333;*/
  background: url(../images/bg-dkgray.png);
}
div#tagstable h1
{
  margin-bottom: 20px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
  color: #ccc;

  display: block;
  text-indent: -9999px;
  height: 42px;
  background: url(../images/t-tags.png) top no-repeat;
}
div#tagstable table
{
  width: 715px;
  margin-left: 50px;
}
div#tags a
{
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-decoration: underline;
  color: #ddd;
}
div#tags a:hover
{
  text-decoration: underline;
  color: #ffbbbb;
}

