body {
  background: url("eximages/bck.jpg") no-repeat top center fixed #f1f1f1;
}

a         { text-decoration: none; font-weight: bold; }
a:link    { color: #900409; }
a:visited { color: #800409; }
a:hover   { color: #d00409; }
a:active  { color: #f00409; }

p {
  font-family: verdana;
  font-weight: normal;
  font-size: 75%;
}
p.impresszum {
  font-family: verdana;
  font-weight: bold;
  font-size: 65%;
  color: white;
}
p.vallalas {
  font-family: verdana;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.7;
}

h1 { /* Az 1990-ben érettségizett C osztály honlapja */
  font-family: verdana;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
h2 { /* osztályfőnök: Thiry Imréné, Gabi néni */
  font-family: verdana;
  text-align: center;
  font-size: 80%;
  font-weight: normal;
}
h3 { /* menusor: osztálytalálkozók kultúra tanárok osztálynévsor üzenet levlista */
  font-family: verdana;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #900409;
}
h3.left { /* C90 - vissza a folapra */
  font-family: verdana;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  color: #900409;
}
h4 { /* fejezetcímek, pl. osztálytalálkozók */
  font-family: verdana;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

table {
  background: none;
  border-width: 0;
  border-color: none;
  border-style: none;
  margin-right: auto;
  margin-left: auto;
  width:90%;
  padding: 0 0 0 0
}
table.lista {
  background: white;
  margin-right: auto;
  margin-left: auto;
  width:90%;
  padding: 0 0 0 0;

  border-width: 2;
  border-color: #900409;
  border-style: solid;
  border-collapse: collapse;
}
th {
  text-align:  center;
  font-family: verdana;
  font-weight: bold;
  font-size:   100%;
}
tr {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #900409;
}
td {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #900409;
  padding: 5 5 5 5;
}
td.noborder {
  border-top-style: none;
}

table.impresszum {
  background: #900409;
  margin-right: auto;
  margin-left: auto;
  width:90%;
  padding: 0 0 0 0;
  border-width: 3;
  border-color: #900409;
  border-style: solid;
  border-collapse: collapse;
}

table.uzenet {
  background: white;
  border-width: 2;
  border-color: #900409;
  border-style: solid;
  margin-right: auto;
  margin-left: auto;
  width:400;
  padding: 0 0 0 0
}