<style type="text/css"> 
<!--
a	{
	cursor :;
}
a:link	{
	color : black;
	text-decoration : underline;
	background-color : #FFFFFF;
}
a:visited	{
	color : black;
	text-decoration : underline;
	background-color : #FFFFFF;
}
a:active	{
	color : black;
	text-decoration : underline;
	background-color : #ffffff;
}
a:hover	{
	color : white;
	text-decoration : strike;
	background-color : #000000;
}
body	{
	color : ;
	font-size : 10px;
	cursor : default;
	background-color :#000000;
	background-image : url("");
        background-attachment:;
	background-position: ;
	background-repeat: ;
	
}
P { font-size : 12px ; 
    text-align:; 
    color : #ffffff;}

 
</style>