P  {
	text-indent : 10px;
	font-family : Arial,  sans-serif;
	font-size : 14px;
	margin-left : 0px;
	margin-right : 5px;
	margin-top : 15;
	margin-bottom : 0;
	text-align : justify;
}
P.center  {
	text-indent : 0px;
	font-family : Arial,  sans-serif;
	font-size : 14px;
	margin-left : 0px;
	margin-right : 5px;
	margin-top : 15;
	margin-bottom : 0;
	text-align : center;
}

A  {
	color : ff0000;

	text-decoration : none;
}

A:Visited  {

	text-decoration : none;
	color : cc0000;
}

A:Active  {

	color : red;
	text-decoration : underline;
}

A:Hover  {

	text-decoration : underline;
	color : FF0000;
}


