body
{
	background-color: #2E2E2E;
	color: white;
	font-family: arial;
}

div.ticker
{
	background-color: #525252;
	width: 150px;
	height: 80px;
	padding: 10px;
	margin: 5 px;
	float: left;
}

div.exchangeName
{
	font-style: italic;
	float: right;
	text-align: right;
	width: 70px;
}

div.shareName
{
	float: left;
	width: 70px;
}

div.price
{	
	font-size: 36pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
}