.bar
{
	margin: 0;
	padding: 1px;
	width: 100%;
	background: #CCC;
	font-family: verdana, "trebuchet ms", sans-serif;
	font-size: 9px;
	color: #919191;
	text-align: left;
	height: 15px;
	float: left;
	border-color: #E6E6E6;
	border-width: 1px 0 0 0;
	border-style: solid;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #999;
	border: 0;
	color: #919191;
}

.left
{
	position: absolute;
	left: 20px;
}

.right
{
	position: absolute;
	right: 20px;
}

A:link
{
	color: #919191;
	text-decoration: none;
	background: transparent;
}

A:visited
{
	color: #919191;
	text-decoration: none;
	background: transparent;
}

A:hover
{
	color: #7F7F7F;
	text-decoration: underline;
	background: transparent;
}
