A:link {
	text-decoration: none;
	color: White;
}
A:active {
	text-decoration: none;
	color: White;
}
A:visited {
	text-decoration: none;
	color: White;
}
A:hover {
	text-decoration: underline;
	color: White;
}
BODY {
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: Black;
}
P {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #3A4676;
	font-weight: normal;
	text-decoration: none;
    text-align : justify;
}

UL {
	margin-bottom: 3px; 
	list-style-type: square
}
.menu {
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-align : left;
}
