.tg {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid;
}

.tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 20px 0px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #bbb;
	color: #594F4F;
	background-color: #E0FFEB;
}

.tg th {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #bbb;
	color: #493F3F;
	background-color: #9DE0AD;
}

.tg .tg-s6z2 {
	text-align: center
}
/* unvisited link */
a:link {
	color: #0000CC;
	text-decoration: none
}
/* visited link */
a:visited {
	color: #0000CC;
}
/* mouse over link */
a:hover {
	color: #E61616;
	font-weight: bold;
}
/* selected link */
a:active {
	color: #0000CC;
}

body {
	background: url(http://i.imgur.com/INl94.png);
}

td {
	-webkit-transition: color 8s, outline-color 3s ease-out,
		background-color 4s ease-out;
	-moz-transition: color 8s, outline-color 3s ease-out, background-color
		4s ease-out, font-size 3s;
	-o-transition: color 8s, outline-color 3s ease-out, background-color 4s
		ease-out, font-size 3s;
	transition: color 8s, outline-color 3s ease-out, background-color 4s
		ease-out, font-size 3s;
	outline: 1px solid #E0FFEB;
}

td.link {
    cursor: pointer;
}

td:hover {
	font-size: 90%;
	font-weight: bold;
	background-color: #A7C4FF;
	outline: #92E492 solid red;
}

img {
	transition: transform 5s;
	-webkit-transition: transform 5s;
	-moz-transition: transform 5s;
	-o-transition: transform 5s;
}

table {
	transition: transform 3s;
	-webkit-transition: transform 3s;
	-moz-transition: transform 3s;
	-o-transition: transform 3s;
}

img:hover {
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.container {
	font-size: 14px;
	margin: 0 auto;
	width: 960px
}

.test_content {
	margin: 10px 0;
}

.scroller_anchor {
	height: 0px;
	margin: 0;
	padding: 0;
}

.scroller {
	margin: 0 0 10px;
	z-index: 100;
	height: 170px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	align: center
	width: 960px; //
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0.05) 100%);
	/* FF3.6+ */ //
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0.05)), color-stop(99%, rgba(255, 255, 255, 0.05)),
		color-stop(100%, rgba(255, 255, 255, 0.05))); /* Chrome,Safari4+ */ //
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0.05) 100%);
	/* Chrome10+,Safari5.1+ */ //
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0.05) 100%);
	/* Opera 11.10+ */ //
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0.05) 100%);
	/* IE10+ */ //
	background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0.05) 100%);
	/* W3C */ //
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff',
		endColorstr='#0dffffff', GradientType=1); /* IE6-9 */
}

.footer {
	text-weight: bold;
	text-color: #FF3333;
	text-align: center;
	color: red;
	-webkit-animation: mymove 9s infinite; /* Chrome, Safari, Opera */
	animation: mymove 9s infinite;
}

a.footer{
	text-weight: bold;
	text-color: #FF3333;
	text-align: center;
	color: red;
	-webkit-animation: mymove 9s infinite; /* Chrome, Safari, Opera */
	animation: mymove 9s infinite;
	text-decoration: underline;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove { 50% {
	color: blue;
}
}

/* Standard syntax */
@keyframes mymove { 50% {
	color: blue;
}
}