/***********/
/* GENERAL */
/***********/

body
{
	color : #000000;
	background-color : #ffffff;
	font-family : Verdana,serif;
	font-size : 12pt;
}

a:link
{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}

a:visited
{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}

a:active
{
	color : #6699ff;
	background-color : transparent;
	text-decoration : none;
}

a:hover
{
	color : #ff0000;
	background-color : transparent;
	text-decoration : none;
}


/********/
/* BODY	*/
/********/

h1
{
	font-size : 18pt;
}