.button {
	border: 2px inset #cccccc;
	border-color: yellow;
	width: 140px;
	height: 60px;
	padding: 3px 15px;
	color: #ffffff;
	background-color: #0000ff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

a.button:link {color: #ffffff;}
a.button:visited {color : #cccccc;}
a.button:hover {color: yellow; border: 2px; outset #cccccc;}

.buttonmain {
	border: 2px inset #cccccc;
	border-color: yellow;
	width: 180px;
	height: 28px;
	padding: 3px 9px;
	color: #ffffffff;
	background-color: #0000ff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

a.buttonmain:link {color: #ff0000;}
a.buttonmain:visited {color : #ff0000;}
a.buttonmain:hover {color: #000000; border: 2px; outset #cccccc;}

.buttonsub {
	border: 2px inset #cccccc;
	border-color: yellow;
	width: 140px;
	height: 20px;
	padding: 3px 9px;
	color: #ffffff;
	background-color: #0000ff;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

a.buttonsub:link {color: #ffffff;}
a.buttonsub:visited {color : #cccccc;}
a.buttonsub:hover {color: yellow; border: 2px; outset #cccccc;}