html {
	background: #3a5975;
	overflow-y: scroll;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	width: 970px;
	line-height: 26px;
	height: 101%;
	margin-left: auto;
	margin-right: auto;
}

a {
	/*text-decoration: none;
	color: #8D6A1B;*/
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.enter_link {
	font-size: 18px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.stock_link a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.stock_link a:hover {
	color: #ffe098;
}

#StockValue {
	margin-left: 10px;
}

#StockChange {
	margin-left: 10px;
}

#StockPercChange {
	margin-left: 10px;
}

#StockVolume {
	margin-left: 10px;
}