/**************************************************************************
* style.css                                                               *
* ======================================================================= *
* Ez a stílusért felelős fájl                                             *
* ----------------------------------------------------------------------- *
*                                                                         *
* ======================================================================= *
* Ez a program egy szabad szoftver a PHP Studio fejlesztésében.           *
* This program is a free software and was developed by the PHP Studio.    *
* Weboldalunk / Our webpage: http://phpstudio.hu                          *
* E-mail címünk / Our e-mail adress: support@phpstudio.hu                 *
* ----------------------------------------------------------------------- *
* A szerző / The name of the author: Rimelek                              *
* E-mail cím / E-mail adress: akoss@citromail.hu                          *
* ======================================================================= *
* Ez a program egy szabad szoftver; a Free Software Foundation            *
* által kiadott GNU General Public License 2. verziójának vagy            *
* (választhatóan) bármely későbbi verziójának feltételei szerint          *
* terjeszthető, illetve módosítható.                                      *
* Ez a program abban a reményben kerül közreadásra, hogy hasznos lesz,    *
* de minden egyéb GARANCIA NÉLKÜL, az eladhatóságra vagy valamely célra   *
* való alkalmazhatóságra való származtatott garanciát is beleértve.       *
* További részletekért tekintse a "GNU General Public License.txt"        *
* dokumentumot, amit a letöltött zip vagy rar állományban talál.          *
* Ha mégsem kapta volna meg, írjon a license@phpstudio.hu címre.          *
* ----------------------------------------------------------------------- *
* This program is free software; you can redistribute it and/or           *
* modify it under the terms of the GNU General Public License             *
* as published by the Free Software Foundation; either version 2          *
* of the License, or (at your option) any later version.                  *
* This program is distributed in the hope that it will be useful,         *
* but WITHOUT ANY WARRANTY; without even the implied warranty of          *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
* "GNU General Public License.txt" for more details, which you            *
* can find in the downloaded zip or rar file. If you did not received     *
* it, please write to us: license@phpstudio.hu                            *
* ======================================================================= *
* Dátum / Date: 2006. 08. 03.                                             *
**************************************************************************/



body {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  font-family: Verdana;
  font-size: 10pt;
  background: #000000;
}

a:link, a:visited {
  color: #0000ff;
}
a:hover {
  color: #ff0000;
}


h1 {
  text-align: center;
}
table {
  border: 0px solid black;
}

table.global {

 width: 100%;
}
img {
   margin: 2px;
   border: 0;
}
td.kozep{
  text-align: center;
}
td.ealbum {
  border: 0px solid black;
}
td.albumok{

  width: 200px;
  vertical-align: top;
  text-align: center;
}

.copy {
 color: #ffffff;
 text-align: center;
 margin: 0;
 padding: 0;
 font-size: 80%;
}
 .copy a:link,  .copy a:visited,  .copy a:hover {
 color: #ff0000;

}
