/* Petteri's CSS */
/* HTML elements */
body
{
  font-family : verdana, arial, helvetica, helve, sans-serif;
  background-image :  url(file:///C|/Documents%20and%20Settings/Michal/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/1NJZ5T8E/%20%22lib/png/bg2.png%22%20);
}
a
{
  text-decoration : none;
  color : blue;
}
a.black
{ 
  text-decoration : none;
  color : black;
}
a.black:visited
{
  text-decoration : none;
  color : black;
}
a.black:hover
{
  text-decoration : underline;
  color : yellow;
}

a:visited
{
  color : #008;
}
h1, h2, h3, h4
{

  color : #444;
}

a.white
{ 
  text-decoration : none;
  color : white;
}
a.white:visited
{
  text-decoration : none;
  color : white;
}
a.white:hover
{
  text-decoration : underline;
  color : yellow;
}

a:visited
{
  color : #008;
}
h1, h2, h3, h4
{

  color : #444;
}
h1
{
  font-family : georgia, 'times new roman', times, serif;
  font-weight : normal;
}
h2, h3, h4
{
  font-family : georgia, 'times new roman', times, serif;
  font-weight : normal;
}

h3, h4
{
  border-bottom : none;
}
p, li, dt, dd
{
  font-family : arial, verdana, helvetica, helve, sans-serif;
  font-size : 75%;
  line-height : 150%;
}
li ol li, li ul li
{
  font-size : 100%;
}
hr
{
  color : gray;
  width : 300px;
  height : 1px;
}
img
{
}
form
{
  margin : 0px;
  padding : 0px;
}
blockquote
{
  font-style : italic;
  font-size : 75%;  
}
/* classes */

