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: #F9A74F;
}
.buttonClass{
	text-decoration:none;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 600;
	font-size:12px;
	
}
.buttonClass:hover{
	text-decoration:none;
	color: #4A84FF;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 600;
	font-size:12px;

}

.menuClass{
	padding:2px;
	background-color : white;
}