body {
    width:100%;
    margin-left: -20px;
	white-space: nowrap;
    font-color: #B7B7B7; 
}

a: { 
    width: 50em;
	text-align: left;
	font-weight: normal;
	color: #B7B7B7;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a:link {
    width: 50em;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a:visited {
    width: 50em;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

a:hover {
    width: 50em;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

ul {
     padding:0;
     margin:0;
     list-style-type:none;
}

li {
	 margin-left: 20px;
     float:left;
}