body {
  color: #000000;
}

a {
  text-decoration: underline;
  color: #0066CC;
}

a:visited {
  color: #006699;
}

a:active {
  color: #0066CC;
}

a:hover {
  color: #FF0000;
}

p {
  text-align: justify;
  text-indent: 2em;
}

p.memo {
  text-indent: 0em;
  margin-left: 0.7em;
}

span.note {
  font-weight: bold;
  color: #FF0000;
}

div.f-center {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

table.f-center {
  margin-left: auto;
  margin-right: auto;
}
.content h3 {
  font-weight: 600;
}
td.shkod {
  font-size:smaller;
  color:#666
}

