
h1 
{
  background-color: #BD8E61;
  color: white;
  font-size: 18pt;
  font-family: Times New Roman, San Serif;
}

h2
{
  background-color: #EEE5DC;
  color: black;
  font-size: 16pt;
  font-family: Times New Roman, San Serif;
}

/* Клас за картинки */
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/* white link no underline */
.whitenoline {
 color: black;
 font-size: 14pt;
 font-family: Times New Roman, San Serif;
 text-decoration: none;
}

.whitenoline:hover {
 background-color: black;
 color: white;
 font-size: 14pt;
 font-family: Times New Roman, San Serif;
 text-decoration: none;
}
