/* BODY elements */

BODY
{
	background-position:top left;
	background-color: #4E8DC2;
	margin: 0px 0px 0px 0px;
	background: url(http://www.cache-oeil.com/image-files/bckgrd.jpg) no-repeat fixed top center;
}

BODY, TD, P
{
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 150%;
}


/* H elements */

H1, H2, H3, H4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555566;
	line-height: 125%;
}

H1
{
	font-size: 20pt;
	margin: 15px 0px 20px 0px;
	text-align: left;
}

H2
{
	font-size: 17pt;
	border-bottom: 2px dotted #CCCCCC;
	margin: 30px 0px 20px 0px;
}

H3
{
	font-size: 14pt;

}

H4
{
	font-size: 10pt;
}


/* link alterations */

A:link
{
	color: #0033CC;
}
A:visited
{
	color: #0033CC;
}
A:active
{
	color: #0033CC;
}
A:hover
{
	color: #CC0000;
}

