BODY {
	color : Black;
}
P, LI, TD {
	color : White;
	font-family : cursive;
	font-size : 10pt;
}
A:HOVER {
	color : #FFBBE2;
	font-family : cursive;
	font-size : 10pt;	
	text-decoration : underline;
}
A.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}
A:HOVER.title {
	color : #FFBBE2;
	font-family : fantasy;
	font-size : 16pt;
	font-weight : bold;
	text-decoration : underline;
}
A {
	text-decoration : none;
}
p.title { 
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
 }
p.fantasy{
	color : #FFFFFF;
	font-family : fantasy;
	font-size : 10pt;
}
A:HOVER.fantasy { 
	color : #FFBBE2;
	font-family : fantasy;
	text-decoration : underline;
 }