BODY	{
	background:	#E0E0E0;
	font-family:	arial, Times Roman, Time;
	color:		black;
	}

H1	{
	text-align:	center;
	background:	none;
	color:		black;
	font-family:	arial, geneva, Times Roman, Time;
	}

H2 H3	{
	color:		black;
	}

SPAN.bigger{
	font-size: 18;
	text-decoration:bold;
	}

SPAN.sred{
	font-size: 12;
	color:		#aa0f4a;
	text-decoration: bold;
	}

SPAN.blarge{
	font-size: 20;
	color:		#0f2fff;
	text-decoration:bold;
	}

A:link	{
	background:	none;
	color:		blue;
	text-decoration:underline;
	}

A:visited {
	background:	none;
	color:		purple;
	text-decoration:underline;
	}

A:hover	{
	background:	none;
	color:		red;
	text-decoration:none;
	}


