﻿.stock a
{
	cursor: pointer;
	font-weight: bold;
}
.stock img
{
	vertical-align: middle;
}
.stock table
{
	width: 100%;
	background-color: #fff;
}
.stock table tr td
{
	width: 25%;
}
.stock .headline
{
	font-weight: bold;
}
.stock div
{
	float: left;
}
.stock br
{
	clear: both;
}
