html, body {
	font: 12px Verdana, non-serif;
	color: white;
    background: black;
	margin: 0;
}

div.logo {
}

img {
    border: 0;
}

img.preview {
    width: 100%;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
}

span.preview {
    display: inline-block;
    width: 32px;
    text-align: center;
}

a {
	color: white;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
	list-style-type: none;
}

li.space {
	margin-top: 5px;
}

span.rating_empty {
    color: darkgray;   
}

span.rating_stars {
    color: orange;   
}

span.text {
    font-size: smaller;
    color: #c0c0c0;
}
