A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	font-style: normal;
	font-weight : bolder;
}
	
A:LINK {
	color: Blue;
	text-decoration: none
}

A:VISITED {
	color: #9400D3;
	text-decoration: none;
}

BODY {
	text-align : justify;
	font : normal;
	font-family : Times New Roman, sans-serif;
	font-size : 12pt;
}

P {
	text-align : justify;
	font : normal;
	font-family : Times New Roman, sans-serif;
	font-size : 12pt;
}

.LI {
	text-align : justify;
	font : normal;
	font-family : Times New Roman, sans-serif;
	font-size : 12pt;
	list-style : square;
	}

.text1 {
	text-align : justify;
	font : normal;
	font-family : Times New Roman, sans-serif;
	font-size : 12pt;
}



