html 
{
 overflow-x: hidden;
 overflow-y: auto;
} 

BODY
{ 
 background: #A1A290;
 color: #e8e8d2;
 font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
 font-size: 12px;
 background-image: url("images/Background.gif");
 background-repeat: repeat-x;
 background-attachment: fixed; 

}

P
{
 font-size: 12px;
 font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
 color: #E6EBE0;
}

LI {
 list-style-type: disc;
 color:#ffffff;
}

TABLE, TH, TR, TD
{
 font-size: 12px;
 font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
 color: #6F7A5E;
}

A
{
 text-decoration: none;
 color: #FFFFC1;
}

A:hover
{
 text-decoration: none;
 color: #FFFF00;
}

.Headline
{
 font-size: 22px;
 font-weight: bold;
 font-family: Century Gothic, Arial, Helvetica, Verdana, Sans-Serif;
 color:#FFFFFF;
}

.Headline1
{
 font-size: 16px;
 font-weight: bold;
 font-family: Century Gothic, Arial, Helvetica, Verdana, Sans-Serif;
 color:#FFFFFF;
}

.smallheadline
{ 
 font-family:Century Gothic, Arial;
 font-weight: bold;
 font-size:14px;
 color:#ffffff;
}

.tablebold
{
 font-weight: bold;
 color:#ffffff;
}

.price
{
 font-weight: bold;
 color:#FFFFFF;
}

input,textarea,select {
border: 1px solid #7E836D;
font-weight: normal;
font-size: 11px;
color: #4F3F54;
background-color: #E3E7D8;
}
