/***************
 * Név:         etosz.css
 * Keletkezés:  2007.02.12
 * Szabvány:    2.1
 * Projekt:     etosznet.hu
 * Leírás:      ÉTOSZ téma
 * Fejlesztő:   Tímár András [timar@fsf.hu]
 ***************
 * Fejlesztés:  [id] - [dátum] - [fejlesztő] - [módosítási megjegyzések]
 ***/

/* Szövegformázások */

BODY, P, TD, TH {
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  color: #660000;
}

H1 {
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #660000;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

H2 {
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #660000;
  text-align: left;
  padding-top: 14px;
  padding-bottom: 5px;
}


Q {
  quotes: '\201E' '\201D' '\00BB' '\00AB';
}

Q:before { content: open-quote; }

Q:after { content: close-quote; }

/*** inline ***/
A {
  color: #970000;
  text-decoration: underline;
}

A:visited {
  color: #ac723e;
  text-decoration: underline;
}

A:hover {
  color: #ff9900;
  text-decoration: none;
}


/* Oldalformázások */

BODY {
  background-color: #663300;
  background-image: url(../images/alny.jpg);
  margin: 0cm 0cm 0cm 0cm
}

TABLE {
  background-color: rgb(230,207,157);
}
