/* CSS Document */

/* vlastnosti natvrdo -------------------------------------------------------------------- */

body {
  text-align: center;
  font-family: verdana;
  margin: 0;
  padding: 0;
  background-color: rgb(255,255,255);
}

a:link {
  text-decoration: none; 
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none; 
}

a:active {
  text-decoration: none; 
}

/*  definice grafiky ---------------------------------------------------------------------- */

#logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  height: 483px;
  width: 382px;
  }
  


