body{
	margin : 0% 0% 0% 0%;
	margin-bottom : 0%;
	margin-left : 0%;
	margin-right : 0%;
	margin-top : 0%;
	font-family : Arial, Helvetica, sans-serif;
	background-color: white;
}
.buttonClass{
	text-decoration:none;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;


}
.buttonClass:hover{
	text-decoration:none;
	color: #40A000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	font-style : italic;
}

.menuClass{
	padding:2px;
	background-color : white;
}