
p, ul, ol, form
{
  font-family: Arial, Helvetica, sans-serif;
  color:#d3ff9b ;
}

body
{
  background-color:#81c342;
}

.one
{
  font-size:14px;
}

.two
{
  font-size:15px;
}

.three
{
  font-size:19px;
}

.four
{
  font-size:24px;
}

.info
{
 margin: 10px 15px 10px 15px;
}

a:link
{
  color:#d3ff9b;
}

a:hover, a:focus, a:active
{
  text-decoration:none;
}

a:visited
{
 color:#476c25;
}

a:hover, a:focus
{
 color:white;
 background-color:#4F8F43;
}

a:active
{
 background-color:green;
 color:#e8ffca;
}

img
{
border: 1px solid #d3ff9b;
}

.transOFF
{
 opacity:1;
 filter:alpha(opacity=1);
}


.transON
{
 opacity:.75;
 filter:alpha(opacity=75);
 -moz-opacity: 0.75;
}

.border
{
 font-family: Arial, Helvetica, sans-serif;
 border-color:#d3ff9b;
 border-width:3px;
 border-style:solid;
 color:#a096dc;
 background-color:#e8ffca;
}

.butt
{
 font-family: Arial, Helvetica, sans-serif;
 color:#a096dc;
 background-color:#e8ffca;
}

.upitnik
{
 cursor:help;
}