div  {
	text-indent : 14px;
	font-family : Futuris, Arial,  sans-serif;
	margin-left : 80px;
	margin-right : 80px;
	margin-top : 15;
	margin-bottom : 0;
	text-align : justify;
	font-size : 14pt;
}
div.gal  {
	margin-top : 5px;

}

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;
}


