a {
  color:#0000BB;
  text-decoration:none;
}

a:hover {
  color:#0000BB;
  text-decoration:underline;
}

a:visited {
  color:#0000BB;
}

a:active {
  color:#0000BB;
  text-decoration:none;
}

a.small {
  font-size:11px;
}

a.subtitle {
  font-size:18px;
  font-weight:normal;
}

body {
  margin:0px auto;
}

form {
  margin-top:0px;
  margin-bottom:0px;
}

h1.title {
  font-size:25px;
  font-weight:normal;
  margin-bottom:5px;
  margin-top:5px;
}

h1.subtitle {
  font-size:18px;
  font-weight:normal;
  margin-bottom:5px;
  margin-top:5px;
}

h1.small {
  font-size:13px;
  font-weight:bold;
  margin-bottom:1px;
  margin-top:1px;
}

hr {
  color:black;
  width:99%;
  height:1px;
}

input {
  background-color:#bbddff;
  border: 1px solid black;
}

input.normal {
  background-color:transparent;
  border:0px;
}

input[type="radio"] {
  background-color:white;
}

p {
  font-size:12px;
  line-height:16px;
  margin-top:5px;
  margin-bottom:5px;
}

p.gray {
  font-size:11px;
  color:#444444;
}

p.small {
  font-size:11px;
  color:#777777;
  line-height:12px;
}

table {
  font-size:11px;
}

table.tabelka {
  width:90%;
}

textarea {
  background-color:#bbddff;
  border: 1px solid black;
  font-family:verdana;
}

