/* *************************************************************************
Styles.css
*************************************************************************
Versionshistorie:                                                        
-----+--------------+----------------+--------------------------+---------------------------
Vers|  Datum     | Autor            | Aenderungsursache |Beschreibung 
-----+--------------+----------------+--------------------------+---------------------------
E0.1|22.02.07|A. Gilch         |Ersterstellung           |allg. Stylesheet für Alphastone.de
       |                  |                       |                                   |                           
-----+-------------+-----------------+--------------------------+---------------------------


**************************************************************************/
/*##### Allgemeines #####*/
body {margin: 0px 0px 0px 0px;
      background-color : #FFFFFF;
      font-size:10px;
      font-family:Verdana, Tahoma, Arial, sans serif;
      color:#CC0000;
      }

/*##### Tabellen #####*/
.table_intro{margin:25px auto;
            text-align:center;
            }		
