/*
 * style sheet: Slovenska Ratingova Agentura
 * Peter Herich, Peter Hanecak
 * Copyright 2001,.. by Mega & Loman.
 */

body, p, div, td, th, caption, ul, ol, a, h1, h2, h3, h4, h5, h6, address {
  font-size: 9pt;
  font-family: Arial, Aplos, fotinos, Verdana, sans-serif;
  color: rgb(39,22,110);
}

a {
  font-weight: bold;
  text-decoration: underline;
} 
a:link {
  color: rgb(60,72,124);
}
a:active {
  color: rgb(60,72,124);
}
a:visited {
  color: rgb(147,120,90);
}
a:hover {
  color: rgb(255,0,0);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-size: 15pt;
}
h2 {
  font-size: 13pt;
}
h3 {
  font-size: 11pt;
}
h4 {
  font-size: 10pt;
}
h5 {
  font-size: 9pt;
}
h6 {
  font-size: 9pt;
}
.big {
  font-size: 12pt;
}
.small {
  font-size: 8pt;
}
sup {
  font-size: 7pt;
}

.ramik {
  background: rgb(3,114,77);
  border: solid 1px rgb(255,255,255);
}

/* colours */
.white {
  color: rgb(255,255,255)
}
