
body {
  font-family: Arial,Tahoma,Verdana;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  color: #B8B8B8;
  background: url("fill.jpeg");
  background-attachment: fixed;
  background-color: #000000;

  scrollbar-face-color: #505050;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-shadow-color: #333333;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #202020;
  scrollbar-base-color: #808080;
}

h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
  text-align: center;
  color: #FF8000;
}

h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
  text-align: center;
  color: #FFA000;
}

.victory_title {
  font-weight: bold;
  font-size: 100%;
  color:#FF8000;
}
.vnv_title {
  font-weight: bold;
  font-size: 300%;
  color:#FFFFFF;
}
.small { font-size: 80%; }
.prevod { color: #A0A0A0; font-size: 90%; }

p {
  font-size: 70%;
  font-weight: bold;
}

p.lyrics {
  font-size: 70%;
  font-weight: bold;
  color: #C0C0C0;
}

p.lyrics_justify {
  font-size: 70%;
  font-weight: bold;
  text-align: justify;
}

p.album {
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
  color:#FFA000;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
p.released {
  font-size: 75%;
  font-weight: bold;
  font-style: italic;
  color:#FF6000;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
p.line {
  color:#808080;
  font-weight: bold;
  text-align: center;
}

p.center {
  text-align: center;
}

p.cv {
  text-align: justify;
}

ol, ul {
  text-decoration: none;
  font-size: 70%;
  font-weight: bold;
}

a { text-decoration: none; }
a:link, a:visited, a:active { color: #EEEEEE; background: transparent; }
a:hover { color: #000000; background: #F0F0F0; }
a.leftright { font-weight: bold; font-size: 75%; text-decoration: none; }
a.small { font-size: 90%; }

