@charset "UTF-8";

body {
	background-color:black;
}

p {
	font-size:14px;
}

.listing td { padding: 3px;  border:1px solid #666 }

.listing tr:nth-child(even) {background: #444; } 