div.main
{
 width: 750px;
 position: relative;
 background-color: silver;
 padding: 15px;
 border-style: ridge;
 border-width: 5px;
 border-color: blue;
}
.opisdjelatnosti
{
 font-family: arial;
 font-size: 15px;
}
.glizbornik
{
 font-family: verdana, arial;
 font-size: 15px;
 font-weight: bold;
}
a.normal:link
{
 color: blue;
}
a.normal:link:visited
{
 color: blue;
}
a.normal:link:hover
{
 color: red;
}
a.normal:visited:hover
{
 color: red;
}
a.izbornik:link
{
 color: navy;
 text-decoration: none;
 cursor: hand;
}
a.izbornik:link:visited
{
 color: navy;
 text-decoration: none;
 cursor: hand;
}
a.izbornik:link:hover
{
 color: white;
 background-color: navy;
 text-decoration: none;
 cursor: hand;
}
a.izbornik:visited:hover
{
 color: white;
 background-color: navy;
 text-decoration: none;
 cursor: hand;
}
p.text:first-letter
{
 font-size: 150%;
 font-weight: bold;
 color: darkred;
}
p.naslov
{
 font-family: arial;
 font-size: 18px;
 color: black;
 font-weight: bold;
}
p.podnaslov
{
 font-weight: bold;
 font-family: arial;
 color: black;
}
p
{
 font-family: times;
 text-align: justify;
 font-size: 17px;
 color: black;
}
ul
{
 font-size: 15px;
 color: black;
 font-family: verdana;
}
ol
{
 font-size: 15px;
 color: black;
 font-family: verdana;
}
hr
{
 border-style: ridge;
 border-width: 3px;
 border-color: red;
}
img
{
 border: 0;
}
.foot
{
 font-family: arial;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 color: black;
}
.foot1
{
 font-family: arial;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 color: gray;
 cursor: default;
}
a.foot:link
{
 color: black;
}
a.foot:link:visited
{
 color: black;
}
a.foot:link:hover
{
 color: red;
}
a.foot:visited:hover
{
 color: red;
}
div.mjerenje
{
 background-color: white;
 padding: 20px;
 border-style: ridge;
 border-width: 3px;
 border-color: red;
 font-family: arial;
 font-size: 15px;
}
table
{
 font-family: arial;
 font-size: 17px;
 color: black;
}
span.glizbornik
{
 width: 100%;
}
