/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	/*margin:0px;
	padding:0px;
	font-size: 100%;*/
    font-family: Arial, sans-serif;
    /*line-height: 1.1em;*/
	background-color: #6600ff;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Arial, sans-serif;
}

h1
{
	color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 2.7em;
    letter-spacing: -0.1em !important;
    letter-spacing: -0.2em;
    /*line-height: 1.2em;*/
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1em;
	margin: 0.5em 0;
}
fieldset, form, input, optgroup, select, textarea
{
	font-family: Arial, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:1em;
	color:#666666;
}



/**
 * Basic tags
 */
img
{
	/*border:0;*/
}

p, pre, form
{
	margin:0;
	padding:0;
}
p
{
	margin-bottom: 0.5em;
}


/**
 * Links
 */
a
{
	
	text-decoration:none;
}
strong {
	color:#6600ff;
}

