
body {
font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
font-size:11px;	
}

#container {
position:relative;
	margin-right: auto;
	margin-left: auto;
	width:350px;
}

ul {
margin:0px;
padding:0px;
margin-top:15px;
}

li {
	list-style:none;
	padding-left:10px;
	background-image: url(diamond.gif);
	background-repeat: no-repeat;
	background-position: left 5px;

}

img {
margin-bottom:10px;
}

a {
color:#000;
text-decoration:none;
}

a:hover {
color:#fff;
background:#000;
}

