body {
  font-family: "Times New Roman", serif;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
td,th,input,select,p,div {
  font-family: "Times New Roman", serif;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,form,input,p {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: "Times New Roman", serif;
  color: #000000;
  font-size: 15px;
}
div.peticija:p {
  font-size: 16px;
}
.courier {
  font-family: "Courier New", Courier, sans-serif;
  font-size: 12px;
}
.smaller {
  font-size: 13px;
}
.small {
  font-size: 11px;
}
ul {
  margin: 0px 0px 0px 2em;
  padding: 0px;
  list-style-type: disc;
}
li {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #777777;
}
h3 {
  font-family: "Times New Roman", serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-family: "Times New Roman", serif;
  font-size: 25px;
/*font-weight: bold;*/
  font-style: normal;
}
h1.title {
  margin-left: 25px;
}
sup {
  font-size: 9px;
}

p.text {
  margin-top: 5px;
}
.copyright {
  font-family: "Times New Roman", serif;
  font-size: 15px;
  color: #b2b2b2;
}

/* magic: because position:fixed; fails to position:static; in IE, we use IE-specific expressions to fix this. */ 
/* but we must set position:absolute;, left and top before this or it won't work. */

div#fixed {
  position: absolute;
  left: 0px; 
  top: 0px; 
  left: expression( ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
  top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}
div>div#fixed {
  position: absolute;
  position: fixed;
}
p.grey {
  color: #333333;
}
p.white {
  color: #ffffff;
}

