body {
  background-color: #7d9fc4;
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
}

table.main {
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  background-color: #d3ecff;
  border-color: #7d9fc4;
  color: #000000;
  width: 90%;
  height: 100%;
}

table.invisible {
  border-style: none;
  background-color: transparent;
  padding: 0px;
  border-spacing: 0px;
}

table.kepkeret {
  border-style: solid;
  background-color: transparent;
  padding: 0px;
  border-spacing: 0px;
  border-width: 1px;
  border-color: #7d9fc4;
  color: #000000;
  text-align: center;
  width: 150px;
  height: 210px;
}

td.menu {
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #7d9fc4;
  background-color: #7d9fc4;
  color: #d3ecff;
  padding-left: 5px;
  padding-right: 5px;
}

td.oldal {
  padding: 5px;
  vertical-align: top;
  text-align: justify;
}

a.menu {
  color: #000066;
  text-decoration: none;
  font-weight: normal;
}

a {
  color: #000066;
  text-decoration: underline;
  font-weight: bold;
}

div {
  text-indent: 10px;
}

div.blogido {
  text-indent: 0px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

div.blogszoveg {
  text-indent: 0px;
  margin-left: 10px;
}

div.maiblog {
  text-indent: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #7d9fc4;
  width: 90%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 10pt;
}

hr {
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: #7d9fc4;
}

input {
  border-style: solid;
  border-width: 1px;
  border-color: #7d9fc4;
  background-color: #d3ecff;
  color: #000000;
}

textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #7d9fc4;
  background-color: #d3ecff;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  width: 90%;
}

