 .a1 {
	height: 100%;
	width: 100%;
	display: block;
	color: black;
	text-decoration: none;
 }
 .div_0 {
 	height: 100%;
	padding-top: 5px;
	padding-left: 20px;
 }
 .div_1 {
	height: 30px;
	border: #A0A0A0 1px solid;
	font-size: 14px;
 }
 .div_1 a:hover {
	height: 30px;
	background: white;
	color: blue;
 }
 
 .divmenu0 {
	width: 90%;
	height: 40px;
	border: #4F99FE 1px solid;
	background-color: #A7CCFF;
	font-family: Arial;
 }
 .divmenu0 a:hover {
	width: 100%;
	height: 40px;
	background-color: #4F99FE;
	color: white;
 }
 .divmenu1 {
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
 }
 .amenu {
	display: block;
	color: black;
	text-decoration: none;
 }
 .start_button {
	background-color: white;
	border: blue 1px solid;
	border-radius: 8px 8px 8px 8px;
	height: 20px;
	width: 80px;
	text-align: center;
	padding-top: 5px;
 }