body, a, div 
{
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-shadow : Gray;
}
body
{
	text-align: center;
	vertical-align: bottom;
	background-image : url(/common/temperate14.png);
	background-color: Green;
	margin : 0px 5px 0px 5px;
	padding : 0px;
}
a
{
	color : #FFD700;
	text-decoration: none;
	font-size: x-small;
}
a:hover
{
		text-decoration: underline;
}
a:visited 
{
	color: #E8B810;
}
div.left 
{
	text-align: center;
	margin: 8px 8px 8px 8px;
	vertical-align: bottom;
	height: 63px;
	width:auto;
	overflow: visible;
	float:left;
}

img.row
{
	clear:both;
	display:block;
	padding: 4px 0px 0px 0px;
}

