body {
	font-family: "Comic Sans";
}

td {
	font-family: "Comic Sans";
}

th {
	font-family: "Comic Sans";
}

.ButtonStyle 
{
	font-family: "Comic Sans MS";
	color: #ffffff;
	font-size: 11px;
	width: 90px;
	height: 20px;
	cursor: hand;
	font-weight: 500;
	text-align: center;
	background-color: #E8628C;
	border-width: 2px;
	border-style: outset;
	border-color: #BAE97F;
	padding: 2px;
	text-decoration: none;
}

.ButtonStyle:Hover
{
	text-decoration: underline;
}