BODY		{	
		background-color	:	white;
		font-family		:	arial;
		font-size		:	10pt;
}
A		{
		font-family		:	Futura, Verdana, Arial, Sans-serif;
		font-size		:	10pt;
		color			:	#3333ff;
		text-decoration		:	none;
}
A:Active	{
		font-family		:	Futura, Verdana, Arial, Sans-serif;
		color			:	#3333ff;
		text-decoration		:	none;
		font-style		:	italic;
}
A:visited	{
		font-family		:	Futura, Verdana, Arial, Sans-serif;
		color			:	#3333ff;
		text-decoration		:	none;
}
a:hover 	{
		color			:	#000055;
		font-weight		:	bold;
		background-color	:	#efefff;
}
h1		{
		text-align		:	justify;
		font-style		:	italic;
		font-size		:	large;
		font-weight		:	bold;
}
h2		{
		font-size		:	medium;
		text-decoration		:	underline;
		font-weight		:	bold;
}
h3		{
		text-decoration		:	underline;
		font-style		:	italic;
		font-size		:	small;
		font-weight		:	normal;
}
p		{
		text-align		:	justify;
}
.currentstep	{
		font-weight		:	bold;
		background-color	:	white;
}
