A:link	{
	color: #FFFF00;
	text-decoration: none;
}

A:visited	{
	color: #FFFF00;
	text-decoration: none;
}

A:hover {
	color: #FFFF00;
	text-decoration: underline;
}


P,BODY,TABLE,TR,TD,H1,H2,H3,H4,UL,OL,LI	{
	font-family: arial,helvetica,sans-serif;
	color: #ffffff;
	font-size: 10pt;
}

BODY	{
	background-color: #000000;
	background-image: url("figures/bg01.jpg");
}

.titleText	{
	font-size: 144%;
	font-weight: bold;
}

.subtitleText	{
	font-size: 120%;
	font-weight: bold;
}

i	{
	font-family: times, serif;
	font-style: cursive;
}


