body {
  background-color: ;
  color: ;
  font-family: ;
  font-size: ;
  line-height: ;
  margin: 0;
}
a {
  color: ;
  text-decoration: none;
}
a:hover {
  color: ;
  text-decoration: underline;
}
img {
  max-width: 100% !important;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
}
-------------------------------------------------------
table {
  background-color: ;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: ;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid ;
}
th {
  background: ;
  color: ;
  font-weight: bold;
}
th a {
  color: ;
}
th a:hover,
th a:focus,
th a:active {
  color: ;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: ;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: ;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
-------------------------------------------------------
.star {
  color: ;
}
.red {
  color: ;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}