body {
 background:#666666 url("slike/roza_o.png");
 background-repeat: no-repeat;
 background-position: 90% 80%;
 background-attachment: fixed;
 color:#ffff00;
 font-family: Verdana, Arial
 
 }

a { 
 font-size: 18px;
 font-weight: bold;
 color:black;
 text-decoration: none;
}
 
a:link {
 color: black;
 }

a:visited {
 color: black;
 }

a:hover {
 color:#ff0000;
 }

a:active{
 color:black;
 }

h1 {
 color:#000000;
 text-align:center;
 text-shadow: 2px 2px 2px #ffffff; 
 }

.naslov {
 background-color:red;
 }
 
.crna {
 color: #222222;
 font-size: 14px;
 }
 
 
.gumb {
 border-radius: 50%;
 background-color:#aaaa00;
 padding: 7px 50px;
 color:yellow;
 font-weight:bold;
}

.gumb:hover {
  color: red;
	cursor: hand;
}
.ne {
  cursor: not-allowed;
}
.meni { 
 background:#999999;
 }