body {
	font-family:courier;
	font-size:6px;
}
.title {
	font-size:16px;
	color:#ff0000;
}
.title:hover {
	font-size:15px;
	color:#00ffff;
}
td {
	background:linear-gradient(to top,rgb(192,192,255),rgb(224,224,255),rgb(216,216,255),rgb(208,208,255),rgb(200,200,255),rgb(192,192,255),rgb(224,224,255));
    color:#000000;
	border:1px solid;
	border-bottom-color:#8080cc;
	border-right-color:#8080cc;
	border-top-color:#ccccff;
	border-left-color:#ccccff;
	font-size:8px;
}
td:hover {
	background:linear-gradient(to top,rgb(128,128,255),rgb(192,192,255),rgb(176,176,248),rgb(160,160,240),rgb(144,144,232),rgb(128,128,224),rgb(192,192,255));
	color:#404080;
	border-bottom-color:#8080cc;
	border-right-color:#8080cc;
	border-top-color:#404080;
	border-left-color:#404080;
}
table {
	background-color:#8080cc;
	border:2px solid #000000;
	border-bottom-color:#ccccff;
	border-right-color:#ccccff;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	width:664px;
	margin:-8px;
}
table:hover {
	background-color:#000000;
	border-bottom-color:#ccccff;
	border-right-color:#ccccff;
	border-top-color:#8080cc;
	border-left-color:#8080cc;
	width:660px;
}
.link {
	color:#0000ff;
}
.link:hover {
	color:#ff0000;
}
.buttontop {
	border:2px solid;
	background:linear-gradient(to top,rgb(224,224,255),rgb(240,240,255),rgb(236,236,255),rgb(232,232,255),rgb(228,228,255),rgb(224,224,255),rgb(240,240,255));
	border-bottom-color:#8080cc;
	border-right-color:#8080cc;
	border-top-color:#ccccff;
	border-left-color:#ccccff;
	font-family:comic sans ms;
	font-size:16px;
	width:128px;
	border-radius:4px;
}
.buttontop:hover {
	border-bottom-color:#8080cc;
	border-right-color:#8080cc;
	border-top-color:#404080;
	border-left-color:#404080;
	font-size:15px;
	width:124px;
}
#TOP {
	position:fixed;
    top:0;
    left:50%;
    width:400px;
	height:32px;
    z-index:1000;
    display:flex;
    justify-content:center;
    align-items:center;
	transform:translateX(-50%);
	background:linear-gradient(to top,rgb(192,192,255),rgb(224,224,255),rgb(216,216,255),rgb(208,208,255),rgb(200,200,255),rgb(192,192,255),rgb(224,224,255));
	border:2px outset #ccf;
	border-radius:0px 0px 16px 16px;
}
#TOP:hover {
	background:linear-gradient(to top,rgb(128,128,255),rgb(192,192,255),rgb(176,176,248),rgb(160,160,240),rgb(144,144,232),rgb(128,128,224),rgb(192,192,255));;
	border:2px inset #88c;
	width:396px;
    top:0;
}