﻿body 
{
		background : url(images/bkgRow.jpg) repeat-y center;
		margin: 0; 
		padding: 0;

	font-family: Arial;
	font-size: medium;
	background-color: #181818;
}

A:link.linksLeft
{
	text-align: center;
	vertical-align: text-bottom;
	color: White;
	text-decoration: none;
	
}

A:selected.linksLeft
{
	text-align: center;
	vertical-align: text-bottom;
	color: White;
	text-decoration: none;
	
}

A:visited.linksLeft
{
	text-align: center;
	vertical-align: text-bottom;
	color: White;
	text-decoration: none;
	
}

A:hover.linksLeft
{
	color: Black;
	text-decoration: none;
}

