body 	{
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%; 
	background-repeat: no-repeat;
	margin-left: 5pt;
	margin-right: 0pt;
	margin-top: 60pt;
	margin-bottom: 0pt;
	background-image : url(images/menu.jpg);
	text-align: left;
	text-indent: 0pt;
}
a {
 text-decoration : none;
}
A:hover {
	text-decoration : underline;
	background-color : Yellow;
}