/* Gemeinsames CSS fuer alle Seiten - Eric Weber, Version 0.2
 * Linked as first <link ...> - overides all other CSS!
 * Last Modified: 16. Dez. 2002
 */

body { 
 /* color: #FF9900; */
 /* color: #eFcEcB; */
 color: #FFDEBD;
 background-color: black;
 font-family: Arial, Helvetica, sans-serif;
}

.centered { text-align: center; }

.txtright { text-align: right; }

.txtleft  { text-align: left; }

.txtblock { text-align: justify; }


