/*******************************************************************************

  Marketing-System (C) 2005 PK-Soft S.C. www.marketing-system.net

  $Id: styles.css,v 1.2 2005/08/07 22:02:00 kap Exp $

*******************************************************************************/

body
{
  background-image: url(background.jpg);
  background-position: center;
}

table
{
  table-layout: fixed;
  border-spacing: 0px 0px;
}

h1, h2, h3, h4
{
  font-family: "Arial", serif;
}

hr
{
  color: black;
  background-color: white;
}

p
{
  text-align: justify;
}

p:first-letter
{
  /*font-weight: bold;*/
  font-stretch: ultra-expanded;
  font-size: 222%;
  float: left;
  padding-right: 5px;
}

a
{
  color: black;
  font-weight: bold;
}

a:visited
{
  font-weight: normal;
}

a.menu
{
  font-family: "Arial", serif;
  font-size: 12px;
}

img.right
{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  float: right;
}
