body {
  font-size: 12px;
  font-family: tahoma;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat;
  color: #fff;
  line-height: 18px;
}

img {
  cursor: pointer;
  border: 0px;
}

#dialog p {
  line-height: 14px;
  font-size: 12px;  
}

a {
  text-decoration: none;
}

a:hover {
  font-style: italic;
  font-weight: bold;
}

.com_name {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.desc {
  font-weight: bold;
  color: #D9E428;
}

.status {
  font-style: italic;
  font-size: 10px;
}