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: #800000;
}
.buttonClass{
	text-decoration:none;
	background-color:#800000;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	font-weight :700;
	font-size:12px;
	border-top:1px solid #800000;
	border-bottom:1px solid #800000;
	width:128px;

}
.buttonClass:hover{
	text-decoration:none;
	color: blue;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	background-color:white;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:128px;
}

.menuClass{
	padding:2px;
	background-color : white;
}