/*------------ table style set ------------*/
table{
	line-height: 1.5em;
	border: 2px gold solid;
	border-collapse: collapse;
}
th{
	text-align: center;
	border-bottom: medium gold double;
	border-right: 1px gold solid;
	padding: 5px 0 5px 0;
}

td{
	padding: 10px;
	border-bottom: 1px gold solid;
	border-right: 1px gold solid;
}

tr{
}

.zero{
	background-color: seashell;
}

.one{
	background-color: #CCFF99;
}

.two{
	background-color: #ffff99;
}


.ge_link a{
	text-decoration: none;
	font-weight: bold;
	border: 1px blueviolet dashed;
	padding: 2px 5px 0px 5px;
}
.ge_link a:visited,
.ge_link a:link{
	color: royalblue;
}
.ge_link a:hover{
	color: red;
}

.ge_left {
	float:left;
	width:40px;
	padding-top:5px;
}
.ge_right {
	float:right;
	width:700px;
	padding-top:5px;
}
