/** 类 样式定义 **/
.a{
	text-decoration: none;
	outline: none;
	color: gray;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	}
a:link {
	color: #265301;
	}
a:visited {
	color: #437a16;
	}
a:focus {
	border-bottom: 1px solid;
	background: #bae498;
	}

a:hover {
	border-bottom: 1px solid;
	background: #cdfeaa;
	}

a:active {
	background: #265301;
	color: #cdfeaa;
	}

/** ID 样式定义 **/
#logo{
	text-decoration: none;
	margin: 0 auto;
	padding: 30 0 0 0;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center; 
	}

#footer{
	display: relative;
	padding: 30 0;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	}
