div  {
	text-indent: 30px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 15;
	margin-bottom: 0;
	text-align: justify;
	font-size: 14pt;
	color: caafa2;
}

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;
}


