* {
	margin: 0;
	padding: 0;
	}

body {
	background-color:#535556; 
	color: #eee; 
	font-size: 12px; 
	font-family:Tahoma, Verdana, Helvetica, Arial;
	}

a:link { 
	color: #eee;
	text-decoration: none;
	}
a:visited { 
	color: #eee;
	text-decoration: none;
	}
a:hover { 
	color: #eee;
	text-decoration: none;
	}
a:active { 
	color: #eee;
	text-decoration: none;
	}

ul {
	position: relative;
	left: 23px;
	margin-top: 6px;
	}
li {
	list-style: none;
	float: left;
	font-size: 12px;
	}
img {
	clear: both;
	margin-top: 10px;
	}
