div#opis
{
margin-left: 5%;
margin-right: 5%;
}

ul
{
list-style: square;
}

body
{
font-size: 80%;
font-family: Arial;
background-color: white;
text-align: center;
margin: 0; /*removes default margin*/
}

img
{
border-width: 0; /*removes border in IE*/
}

h2 
{
font-size: 120%;
font-weight: bold;
}

h3
{
font-size: 120%;
font-weight: normal;
}

a 
{
color: black;
}

td
{
padding-right: 5%;
padding-left: 5%;
padding-top: 2%;
width: 50%;
}

.width_50
{
width: 50%;   
}

.width_33
{
width: 33%;   
}

.width_auto
{
width: auto;   
}

a:hover 
{
color: #006400;
}

.justified
{
text-align: justify;
}

.bigpic
{
width: 100%;
max-width: 500px; /*prevents scaling of picture above 100%*/
box-shadow: 10px 10px 5px #ccc;
}

.red
{
color: red;
}