/* $Id: ErbenManor.css,v 1.5 2002/07/01 05:44:15 stefan Exp $
 * ErbenManor.css - The CSS definition of all pages in www.erben.com
 */

/*
 * Get the background right and set some standards for everything
 */
BODY		{
		 background-image: url("/Backgrounds/ErbenManorBG.gif");

		 color: 	rgb(15%,10%,20%);

		 font-family: 	"Times", serif;
		 font-size:	14pt;
		 font-style: 	none;
		 font-variant:	none;
		 font-weight: 	normal;

		 text-align: 	left;
		 margin-left:	0em;
		}

/*
 * There are 4 standard sections: H1, H2, H3 and H4. The biggest is H1.
 */
H1, H2, H3, H4	{
		 font-family: 	"Helvetica", "Arial", sans-serif;
		 font-size:	32pt;
		 font-style: 	normal;
		 font-weight: 	bold;

		 text-align: 	center;
		}

H1.sub		{
		 font-size:	14pt;
		}

H2, H3, H4	{
		 font-size:	18pt;
		 font-weight: 	bold;
		 text-align: 	left;
		 margin-left:	2em;
		}

H3, H4		{
		 font-family: 	sans-serif;
		 font-size:	16pt;
		}

H4		{
		 font-size:	14pt;
		}

/*
 * Now for the normal paragraph. Fonts should be defined in the BODY-tag.
 */
P		{
		 margin-left:	4em;
		 margin-right:	4em;
		 text-align: 	justify;
		}

P.right		{
		 text-align: 	right;
		}

P.center	{
		 text-align: 	center;
		}

SMALL		{
		 font-size:	12pt;
		}

BIG		{
		 font-size:	16pt;
		}

CODE		{
		 font-family: 	"Courier", monospace;
		}
/*
 * Tables...
 */

TABLE, TD, TH, TR
		{
		 color:		rgb(15%,10%,20%);
		}

TABLE		{
		 margin-left:	4em;
		 margin-right:	4em;
		}

TABLE.NoMargin	{
		 margin-left:	0em;
		 margin-right:	0em;
		}

/*
 * Lists...
 */

OL, UL, LI
		{
		 color:		rgb(15%,10%,20%);
		}

OL, UL		{
		 margin-left:	4em;
		 margin-right:	4em;
		}

/*
 * Divisions
 */

DIV.right	{
		 text-align: right;
		}

/*
 * The ADDRESS specifier is used for the standard footer
 */
ADDRESS		{
		 font-family: 	"Helvetica", sans-serif;
		 font-size:	12pt;
		 font-style: 	none;
		 font-weight: 	normal
		}

/*
 * Various style elements:
 */

EM		{
		 font-style: italic;
		}

STRONG		{
		 font-weight: bold;
		}
