body {
  font-size: 0.75em;
  font-family: helvetica;
  line-height: 1em;
}
h1 {
  font-size: 1.35em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 16px;
} 
  h1.bottom_margin {
    margin-bottom: 16px;
  }
  h1.bottom_margin a {
    font-size: 1em;
    font-weight: bold;
    color:#000;
  }
h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
}
div.artists a {
  color: #000;
  font-size: 1.30em;
  font-weight:bold;
}
div.artists a:hover {
  color: #FF4444;
}
div.artists h2 {
  margin-bottom: 4px;
}
h3 {
  font-size:1em;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
}
h5 {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}
div#header div.mod_login h5 {
  width: 50px;
  float:right;
  margin-top: 22px;
  margin-right: 219px;
  font-size:1.1em;
}
p {
  text-align: justify;
}
  p.date {
    font-size: 0.85em;
    font-style: italic;
    margin-top: 4px;
  }

a, a:hover, a:visited, a:active {
  outline:none;
  color: #FF4444;
  font-size: 0.90em;
  text-decoration: none;
}
strong {
  font-weight:bold;
}
.small {
  font-size:0.75em;
}
.red {
  color: #FF4444;
}
em {
  font-style:italic;
}