body {
  background-color: white;
  text-decoration: none;
  font-family: sans-serif;
}

a {text-decoration: none}
a:link    {color: navy}
a:visited {color: navy}
a:active  {color: black}
a:hover   {color: red}

#obr1 {position: absolute; width: 180px; height: auto; top: 5px; left: 460px}
#obr2 {position: absolute; width:    px; height: auto; top: 5px; left: 100px}
#obr3 {position: absolute; width:    px; height: auto; top: 60px; left: 500px}
#obr4 {position: absolute; width:    px; height: auto; top: 120px; left:  15px}
#obr5 {position: absolute; width:    px; height: auto; top: 120px; left: 500px}
#obr6 {position: absolute; width:    px; height: auto; top:   8px; left: 900px}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #D5E1DD;
  border-width: 1px;
  border-radius: 4px;
  color: black;
  width: 65px;
  height: 40px;
  text-decoration: none;
  font-family: sans-serif;
  cursor: pointer;
}
