/**
 *------------------------------------------------
 * File ID		: $Id: standard.css,v 1.4 2004/03/28 14:52:06 agewert Exp $
 * Revision		: $Revision: 1.4 $
 * Date			: $Date: 2004/03/28 14:52:06 $
 * Author		: $Author: agewert $
 *------------------------------------------------
 */
 
body
{
  font-family: Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;
  background-color: forestgreen;
  color: #000000;
  font-size: 12px;
}

p, table, tr, ul, ol, li
{
  font-family: Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
  font-family: Georgia, Times New Roman, Times, Serif;
  font-weight: bold;
  font-style: normal;
}

h1
{
  font-size: 24px;
  padding-left: 4px;
  text-decoration:underline;
}

h2
{
  font-size: 18px;
}

h3
{
  font-size: 14px;
}

p.textklein
{
  font-size: 9px;
}

table.gamemenu
{
  background-color: #eeeeee;
  color: #000000;
}

td.tbbutton
{
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
}

td.tbbutton:hover
{
	border-style: outset;
	border-width: 1px;
	border-color: #eeeeee;
}

td.tbbutton a
{
	text-decoration: none;
}

