
body {
	border: 0px solid red;
	border-collapse: collapse;
	font: normal 100% arial,helvetica;
	margin: auto;
	padding: 0;
	width: 960px;
}

header table {
	border: 0px solid blue;
	border-collapse: collapse;
	width: 960px;

	//background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(125,125,125,1) 100%);
	//border: 0px solid #f00;
	//color: #333;
	//margin: 0px;
	//padding: 0px;
	//position: fixed;
	//top: 0px;
	//width: 100%;
	//z-index: 2;
	//opacity: 0.8;
}

header table th {
	//font: normal 12px arial,helvetica;
	//font-color: #ccc;
	//line-height: 24px;
}

article {
	padding: 0px 5px 0px 5px;
	width: 960px;
}

article table {
	border: 0px solid green;
	border-collapse: collapse;
	//width: 960px;
}

article table tr:nth-child(even) {
	background-color: #fff;
}

article table tr:nth-child(odd) {
	background-color: #ccc;
}

//tr:nth-child(even) {background: #CCC}
//tr:nth-child(odd) {background: #FFF}

article table th {
	//background-color: #ccc;
	font: bold 11px arial,helvetica;
	//color: #333;
	text-align: center;
}

article table td {
	//background-color: #fff;
	font: normal 11px arial,helvetica;
	//color: #000;
	text-align: center;
}

article table td a {
	//background-color: #fff;
	font: normal 11px arial,helvetica;
	//color: #000;
	text-align: center;
	text-decoration: none;
}

article table td input {
	width: 90%;
	text-align: right;
}

a {
	text-decoration: none;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}


a:active {
	color: red;
}

section {
	padding: 0px 5px 0px 5px;
}

section table {
	border: 1px solid black;
	border-collapse: collapse;
}

section table th {
	background-color: #ccc;
	font: bold 12px arial,helvetica;
	color: #333;
	text-align: center;
}

section table td {
	background-color: #fff;
	font: normal 11px arial,helvetica;
	color: #000;
	text-align: center;
}

section table td a {
	background-color: #fff;
	font: normal 24px arial,helvetica;
	color: #000;
	text-align: center;
	text-decoration: none;
}

section table td input {
	width: 90%;
	text-align: right;
}

section table td a {
	background-color: #fff;
	font: normal 24px arial,helvetica;
	color: #000;
	text-align: center;
	text-decoration: none;
}

img.photo {
	//border-radius: 30px;
	//-moz-border-radius: 30px;
	//-webkit-border-radius: 30px;
	//box-shadow: 4px 4px 28px #000;
	//-moz-box-shadow: 4px 4px 28px #000;
	//-webkit-box-shadow: 4px 4px 28px #000;
	//background-color: #000;
	//border: 1px solid #000;
	//margin: 0px;
	//overflow: hidden;
	//padding: 3px;
	//width: 380px;
	//height: 360px;
	//height: 100px;
}

figure {
	//clear: left;
	//float: left;
	//margin: 20;
	//padding: 20;
	//text-align: center;
	//width: 25%;
}

figcaption {
	//font: bold 120% arial,helvetica;
	//margin-top: 20px;
	//text-align: center;
}

footer table {
	border: 0px solid blue;
	border-collapse: collapse;
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 960px;

	//background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(125,125,125,1) 100%);
	//bottom: 0px;
	//color: #333;
	//font: normal 12px arial,helvetica;
	//margin: 0px;
	//min-height: 20px;
	//height: 20px;
	//left: 0px;
	//opacity: 0.8;
	//position: fixed;
	//width: 100%;
	//z-index: 10;
}

.HOLD {
	color: black;
}

.BUY1 {
	background-color: #FCC;
	color: black;
	font: bold 14px arial,helvetica;
}

.BUY2 {
	background-color: #F66;
	color: black;
	font: bold 14px arial,helvetica;
}

.BUY3 {
	animation: buy3 800ms step-end infinite;
	-webkit-animation: buy3 800ms step-end infinite;
	background-color: white;
	color: black;
	font: bold 14px arial,helvetica;
}

@-webkit-keyframes buy3 {
	50% {background-color: #F66;}
}

@keyframes buy3 {
	50% {background-color: #F66;}
}

.SELL1 {
	background-color: #CFC;
	color: black;
	font: bold 14px arial,helvetica;
}

.SELL2 {
	background-color: #6F6;
	color: black;
	font: bold 14px arial,helvetica;
}

.SELL3 {
	animation: sell3 800ms step-end infinite;
	-webkit-animation: sell3 800ms step-end infinite;
	background-color: white;
	color: black;
	font: bold 14px arial,helvetica;
}

@-webkit-keyframes sell3 {
	50% {background-color: #0F0;}
}

@keyframes sell3 {
	50% {background-color: #0F0;}
}
